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