Struct libc::epoll_event [] [src]

pub struct epoll_event {
    pub events: uint32_t,
    pub u64: uint64_t,
}

Fields

Trait Implementations

impl Copy for epoll_event
[src]

impl Clone for epoll_event
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more