pub struct AddFd { /* private fields */ }
Expand description
Add a file descriptor to an fd set.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddFd
impl RefUnwindSafe for AddFd
impl Send for AddFd
impl Sync for AddFd
impl Unpin for AddFd
impl UnwindSafe for AddFd
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