#[repr(i32)]pub enum _STORAGE_ID_NAA_FORMAT {
StorageIdNAAFormatIEEEExtended = 2,
StorageIdNAAFormatIEEERegistered = 3,
StorageIdNAAFormatIEEEERegisteredExtended = 5,
}Variants§
StorageIdNAAFormatIEEEExtended = 2
StorageIdNAAFormatIEEERegistered = 3
StorageIdNAAFormatIEEEERegisteredExtended = 5
Trait Implementations§
Source§impl Clone for _STORAGE_ID_NAA_FORMAT
impl Clone for _STORAGE_ID_NAA_FORMAT
Source§fn clone(&self) -> _STORAGE_ID_NAA_FORMAT
fn clone(&self) -> _STORAGE_ID_NAA_FORMAT
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 _STORAGE_ID_NAA_FORMAT
impl Debug for _STORAGE_ID_NAA_FORMAT
Source§impl Hash for _STORAGE_ID_NAA_FORMAT
impl Hash for _STORAGE_ID_NAA_FORMAT
Source§impl PartialEq for _STORAGE_ID_NAA_FORMAT
impl PartialEq for _STORAGE_ID_NAA_FORMAT
impl Copy for _STORAGE_ID_NAA_FORMAT
impl Eq for _STORAGE_ID_NAA_FORMAT
impl StructuralPartialEq for _STORAGE_ID_NAA_FORMAT
Auto Trait Implementations§
impl Freeze for _STORAGE_ID_NAA_FORMAT
impl RefUnwindSafe for _STORAGE_ID_NAA_FORMAT
impl Send for _STORAGE_ID_NAA_FORMAT
impl Sync for _STORAGE_ID_NAA_FORMAT
impl Unpin for _STORAGE_ID_NAA_FORMAT
impl UnwindSafe for _STORAGE_ID_NAA_FORMAT
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