#[repr(i32)]pub enum _STORAGE_ZONE_TYPES {
ZoneTypeUnknown = 0,
ZoneTypeConventional = 1,
ZoneTypeSequentialWriteRequired = 2,
ZoneTypeSequentialWritePreferred = 3,
ZoneTypeMax = 4,
}Variants§
ZoneTypeUnknown = 0
ZoneTypeConventional = 1
ZoneTypeSequentialWriteRequired = 2
ZoneTypeSequentialWritePreferred = 3
ZoneTypeMax = 4
Trait Implementations§
Source§impl Clone for _STORAGE_ZONE_TYPES
impl Clone for _STORAGE_ZONE_TYPES
Source§fn clone(&self) -> _STORAGE_ZONE_TYPES
fn clone(&self) -> _STORAGE_ZONE_TYPES
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_ZONE_TYPES
impl Debug for _STORAGE_ZONE_TYPES
Source§impl Hash for _STORAGE_ZONE_TYPES
impl Hash for _STORAGE_ZONE_TYPES
Source§impl PartialEq for _STORAGE_ZONE_TYPES
impl PartialEq for _STORAGE_ZONE_TYPES
impl Copy for _STORAGE_ZONE_TYPES
impl Eq for _STORAGE_ZONE_TYPES
impl StructuralPartialEq for _STORAGE_ZONE_TYPES
Auto Trait Implementations§
impl Freeze for _STORAGE_ZONE_TYPES
impl RefUnwindSafe for _STORAGE_ZONE_TYPES
impl Send for _STORAGE_ZONE_TYPES
impl Sync for _STORAGE_ZONE_TYPES
impl Unpin for _STORAGE_ZONE_TYPES
impl UnwindSafe for _STORAGE_ZONE_TYPES
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