Struct nix::sys::epoll::EpollEvent [−][src]
#[repr(C, packed)]pub struct EpollEvent { pub events: EpollEventKind, pub data: u64, }
Fields
events: EpollEventKind
data: u64
Trait Implementations
impl Clone for EpollEvent[src]
impl Clone for EpollEventfn clone(&self) -> EpollEvent[src]
fn clone(&self) -> EpollEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for EpollEvent[src]
impl Copy for EpollEventAuto Trait Implementations
impl Send for EpollEvent
impl Send for EpollEventimpl Sync for EpollEvent
impl Sync for EpollEvent