pub struct UnixToken(/* private fields */);
Expand description
Tokens returns from unix_add_fd
to later remove the fd.
Auto Trait Implementations§
impl Freeze for UnixToken
impl RefUnwindSafe for UnixToken
impl !Send for UnixToken
impl !Sync for UnixToken
impl Unpin for UnixToken
impl UnwindSafe for UnixToken
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