#[repr(C)]pub struct _STORAGE_TIER {
pub Id: GUID,
pub Name: [WCHAR; 256],
pub Description: [WCHAR; 256],
pub Flags: DWORDLONG,
pub ProvisionedCapacity: DWORDLONG,
pub MediaType: STORAGE_TIER_MEDIA_TYPE,
pub Class: STORAGE_TIER_CLASS,
}
Fields§
§Id: GUID
§Name: [WCHAR; 256]
§Description: [WCHAR; 256]
§Flags: DWORDLONG
§ProvisionedCapacity: DWORDLONG
§MediaType: STORAGE_TIER_MEDIA_TYPE
§Class: STORAGE_TIER_CLASS
Trait Implementations§
Source§impl Clone for _STORAGE_TIER
impl Clone for _STORAGE_TIER
Source§fn clone(&self) -> _STORAGE_TIER
fn clone(&self) -> _STORAGE_TIER
Returns a copy 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
impl Debug for _STORAGE_TIER
Source§impl Ord for _STORAGE_TIER
impl Ord for _STORAGE_TIER
Source§fn cmp(&self, other: &_STORAGE_TIER) -> Ordering
fn cmp(&self, other: &_STORAGE_TIER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _STORAGE_TIER
impl PartialEq for _STORAGE_TIER
Source§impl PartialOrd for _STORAGE_TIER
impl PartialOrd for _STORAGE_TIER
impl Copy for _STORAGE_TIER
impl Eq for _STORAGE_TIER
impl StructuralPartialEq for _STORAGE_TIER
Auto Trait Implementations§
impl Freeze for _STORAGE_TIER
impl RefUnwindSafe for _STORAGE_TIER
impl Send for _STORAGE_TIER
impl Sync for _STORAGE_TIER
impl Unpin for _STORAGE_TIER
impl UnwindSafe for _STORAGE_TIER
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