Enum nix::sys::epoll::EpollOp
#[repr(i32)]
#[non_exhaustive]
pub enum EpollOp {
EpollCtlAdd,
EpollCtlDel,
EpollCtlMod,
}Variants
EpollCtlAddEpollCtlDelEpollCtlModTrait Implementations
impl Debug for EpollOp
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for EpollOp
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for EpollOpimpl StructuralPartialEq for EpollOpAuto Trait Implementations
impl RefUnwindSafe for EpollOpimpl UnwindSafe for EpollOpBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T