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