Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for epoll_event
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for epoll_event
[src]

Auto Trait Implementations

impl Send for epoll_event

impl Sync for epoll_event