pub(crate) struct ErrnoGuard(pub(crate) Errno);Tuple Fields§
§0: ErrnoImplementations§
Source§impl ErrnoGuard
impl ErrnoGuard
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrnoGuard
impl RefUnwindSafe for ErrnoGuard
impl Send for ErrnoGuard
impl Sync for ErrnoGuard
impl Unpin for ErrnoGuard
impl UnwindSafe for ErrnoGuard
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