Struct rux::EpollEvent [] [src]

#[repr(C, packed)]
pub struct EpollEvent { pub events: EpollEventKind, pub data: u64, }

Fields

Trait Implementations

impl Clone for EpollEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EpollEvent
[src]