struct ScopedUmask {
old: mode_t,
mask: mode_t,
}Fields§
§old: mode_t§mask: mode_tImplementations§
Source§impl ScopedUmask
impl ScopedUmask
fn new(mask: mode_t) -> ScopedUmask
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedUmask
impl RefUnwindSafe for ScopedUmask
impl Send for ScopedUmask
impl Sync for ScopedUmask
impl Unpin for ScopedUmask
impl UnwindSafe for ScopedUmask
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