Enum fs_management::format::DiskFormat
source · pub enum DiskFormat {
Show 14 variants
Unknown,
Gpt,
Mbr,
Minfs,
Fat,
Blobfs,
Fvm,
Zxcrypt,
BlockVerity,
VbMeta,
BootPart,
Fxfs,
F2fs,
NandBroker,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DiskFormat
impl Clone for DiskFormat
source§fn clone(&self) -> DiskFormat
fn clone(&self) -> DiskFormat
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 DiskFormat
impl Debug for DiskFormat
source§impl From<&str> for DiskFormat
impl From<&str> for DiskFormat
The inverse of DiskFormat::as_str().
source§impl PartialEq for DiskFormat
impl PartialEq for DiskFormat
source§fn eq(&self, other: &DiskFormat) -> bool
fn eq(&self, other: &DiskFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DiskFormat
impl StructuralPartialEq for DiskFormat
Auto Trait Implementations§
impl Freeze for DiskFormat
impl RefUnwindSafe for DiskFormat
impl Send for DiskFormat
impl Sync for DiskFormat
impl Unpin for DiskFormat
impl UnwindSafe for DiskFormat
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)