Struct libc::epoll_event
[−]
[src]
#[repr(C)] #[repr(packed)]pub struct epoll_event { pub events: uint32_t, pub u64: uint64_t, }
Fields
events: uint32_t
u64: uint64_t
Trait Implementations
impl Copy for epoll_event
[src]
impl Clone for epoll_event
[src]
fn clone(&self) -> epoll_event
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more