pub struct FsStatusFlags { /* private fields */ }
Expand description
A FAT volume status flags retrived from the Boot Sector and the allocation table second entry.
Implementations§
Trait Implementations§
Source§impl Clone for FsStatusFlags
impl Clone for FsStatusFlags
Source§fn clone(&self) -> FsStatusFlags
fn clone(&self) -> FsStatusFlags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FsStatusFlags
impl Debug for FsStatusFlags
Source§impl PartialEq for FsStatusFlags
impl PartialEq for FsStatusFlags
impl Copy for FsStatusFlags
impl Eq for FsStatusFlags
impl StructuralPartialEq for FsStatusFlags
Auto Trait Implementations§
impl Freeze for FsStatusFlags
impl RefUnwindSafe for FsStatusFlags
impl Send for FsStatusFlags
impl Sync for FsStatusFlags
impl Unpin for FsStatusFlags
impl UnwindSafe for FsStatusFlags
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
)