Struct libc::epoll_event [] [src]

#[repr(C)] #[repr(packed)]
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

Auto Trait Implementations

impl Send for epoll_event

impl Sync for epoll_event