#[repr(i32)]pub enum _STORAGE_TIER_CLASS {
StorageTierClassUnspecified = 0,
StorageTierClassCapacity = 1,
StorageTierClassPerformance = 2,
StorageTierClassMax = 3,
}Variants§
StorageTierClassUnspecified = 0
StorageTierClassCapacity = 1
StorageTierClassPerformance = 2
StorageTierClassMax = 3
Trait Implementations§
Source§impl Clone for _STORAGE_TIER_CLASS
impl Clone for _STORAGE_TIER_CLASS
Source§fn clone(&self) -> _STORAGE_TIER_CLASS
fn clone(&self) -> _STORAGE_TIER_CLASS
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_TIER_CLASS
impl Debug for _STORAGE_TIER_CLASS
Source§impl Hash for _STORAGE_TIER_CLASS
impl Hash for _STORAGE_TIER_CLASS
Source§impl PartialEq for _STORAGE_TIER_CLASS
impl PartialEq for _STORAGE_TIER_CLASS
impl Copy for _STORAGE_TIER_CLASS
impl Eq for _STORAGE_TIER_CLASS
impl StructuralPartialEq for _STORAGE_TIER_CLASS
Auto Trait Implementations§
impl Freeze for _STORAGE_TIER_CLASS
impl RefUnwindSafe for _STORAGE_TIER_CLASS
impl Send for _STORAGE_TIER_CLASS
impl Sync for _STORAGE_TIER_CLASS
impl Unpin for _STORAGE_TIER_CLASS
impl UnwindSafe for _STORAGE_TIER_CLASS
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