Struct nix::sys::epoll::EpollEvent
#[repr(transparent)]
pub struct EpollEvent { /* fields hidden */ }Implementations
impl EpollEvent
pub fn new(events: EpollFlags, data: u64) -> Selfpub fn empty() -> Selfpub fn events(&Self) -> EpollFlagspub fn data(&Self) -> u64Trait Implementations
impl Clone for EpollEvent
fn clone(&Self) -> EpollEventimpl Copy for EpollEventimpl Debug for EpollEvent
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for EpollEventimpl Hash for EpollEvent
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<EpollEvent> for EpollEvent
fn eq(&Self, other: &EpollEvent) -> boolfn ne(&Self, other: &EpollEvent) -> boolimpl StructuralEq for EpollEventimpl StructuralPartialEq for EpollEventAuto Trait Implementations
impl RefUnwindSafe for EpollEventimpl Send for EpollEventimpl Sync for EpollEventimpl Unpin for EpollEventimpl UnwindSafe for EpollEventBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T