Struct nix::sys::epoll::EpollEvent[][src]

#[repr(C)]
pub struct EpollEvent { /* fields omitted */ }

Methods

impl EpollEvent
[src]

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]

impl<'a> Into<&'a mut EpollEvent> for Option<&'a mut EpollEvent>
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for EpollEvent

impl Sync for EpollEvent