pub struct EpollCtl { /* private fields */ }
Expand description
Modify an epoll file descriptor, equivalent to epoll_ctl(2)
.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for EpollCtl
impl !Send for EpollCtl
impl !Sync for EpollCtl
impl Unpin for EpollCtl
impl UnwindSafe for EpollCtl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more