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