Struct maelstrom_linux::FileMode
source · pub struct FileMode(/* private fields */);
Implementations§
source§impl FileMode
impl FileMode
pub const SUID: Self = _
pub const SGID: Self = _
pub const SVTX: Self = _
pub const RWXU: Self = _
pub const RUSR: Self = _
pub const WUSR: Self = _
pub const XUSR: Self = _
pub const RWXG: Self = _
pub const RGRP: Self = _
pub const WGRP: Self = _
pub const XGRP: Self = _
pub const RWXO: Self = _
pub const ROTH: Self = _
pub const WOTH: Self = _
pub const XOTH: Self = _
Trait Implementations§
impl Copy for FileMode
Auto Trait Implementations§
impl Freeze for FileMode
impl RefUnwindSafe for FileMode
impl Send for FileMode
impl Sync for FileMode
impl Unpin for FileMode
impl UnwindSafe for FileMode
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