pub struct UnixMode(pub u32);
Expand description
UnixMode represents the file mode and permission bits for Unix systems.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl BitAndAssign for UnixMode
impl BitAndAssign for UnixMode
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for UnixMode
impl BitOrAssign for UnixMode
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreimpl Copy for UnixMode
impl Eq for UnixMode
impl StructuralPartialEq for UnixMode
Auto Trait Implementations§
impl Freeze for UnixMode
impl RefUnwindSafe for UnixMode
impl Send for UnixMode
impl Sync for UnixMode
impl Unpin for UnixMode
impl UnwindSafe for UnixMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)