pub struct EpollCtl { /* private fields */ }
Expand description
Modify an epoll file descriptor, equivalent to epoll_ctl(2)
.
Implementations§
Auto Trait Implementations§
impl Freeze for EpollCtl
impl RefUnwindSafe for EpollCtl
impl !Send for EpollCtl
impl !Sync for EpollCtl
impl Unpin for EpollCtl
impl UnwindSafe for EpollCtl
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