pub struct MsdosMode(pub u32);
Expand description
MsdosMode represents the file mode and permission bits for MS-DOS
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl BitAndAssign for MsdosMode
impl BitAndAssign for MsdosMode
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for MsdosMode
impl BitOrAssign for MsdosMode
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreimpl Copy for MsdosMode
impl Eq for MsdosMode
impl StructuralPartialEq for MsdosMode
Auto Trait Implementations§
impl Freeze for MsdosMode
impl RefUnwindSafe for MsdosMode
impl Send for MsdosMode
impl Sync for MsdosMode
impl Unpin for MsdosMode
impl UnwindSafe for MsdosMode
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
)