struct ScopedGid {
old: gid_t,
}Fields§
§old: gid_tImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedGid
impl RefUnwindSafe for ScopedGid
impl Send for ScopedGid
impl Sync for ScopedGid
impl Unpin for ScopedGid
impl UnwindSafe for ScopedGid
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