#[repr(C)]pub enum EPOLLOpt {
UDT_EPOLL_IN = 1,
UDT_EPOLL_OUT = 4,
UDT_EPOLL_ERR = 8,
}Variants§
Auto Trait Implementations§
impl Freeze for EPOLLOpt
impl RefUnwindSafe for EPOLLOpt
impl Send for EPOLLOpt
impl Sync for EPOLLOpt
impl Unpin for EPOLLOpt
impl UnwindSafe for EPOLLOpt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more