Struct nix::sys::epoll::EpollEvent [−][src]
#[repr(transparent)]pub struct EpollEvent { /* fields omitted */ }
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EpollEvent
impl Send for EpollEvent
impl Sync for EpollEvent
impl Unpin for EpollEvent
impl UnwindSafe for EpollEvent
Blanket Implementations
Mutably borrows from an owned value. Read more