#[repr(i32)]pub enum EStorageBlockFileSystemType {
Invalid = 0,
Unknown = 1,
VFat = 2,
Ext4 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EStorageBlockFileSystemType
impl Clone for EStorageBlockFileSystemType
Source§fn clone(&self) -> EStorageBlockFileSystemType
fn clone(&self) -> EStorageBlockFileSystemType
Returns a duplicate 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 EStorageBlockFileSystemType
impl Debug for EStorageBlockFileSystemType
Source§impl Hash for EStorageBlockFileSystemType
impl Hash for EStorageBlockFileSystemType
impl Copy for EStorageBlockFileSystemType
impl Eq for EStorageBlockFileSystemType
impl StructuralPartialEq for EStorageBlockFileSystemType
Auto Trait Implementations§
impl Freeze for EStorageBlockFileSystemType
impl RefUnwindSafe for EStorageBlockFileSystemType
impl Send for EStorageBlockFileSystemType
impl Sync for EStorageBlockFileSystemType
impl Unpin for EStorageBlockFileSystemType
impl UnsafeUnpin for EStorageBlockFileSystemType
impl UnwindSafe for EStorageBlockFileSystemType
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