Struct nix::sys::epoll::EpollEvent
[−]
[src]
#[repr(C)]pub struct EpollEvent { /* fields omitted */ }
Methods
impl EpollEvent[src]
pub fn new(events: EpollFlags, data: u64) -> Self[src]
pub fn empty() -> Self[src]
pub fn events(&self) -> EpollFlags[src]
pub fn data(&self) -> u64[src]
Trait Implementations
impl Clone for EpollEvent[src]
fn clone(&self) -> EpollEvent[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
impl Copy for EpollEvent[src]
impl<'a> Into<&'a mut EpollEvent> for Option<&'a mut EpollEvent>[src]
fn into(self) -> &'a mut EpollEvent[src]
Performs the conversion.