Struct windows_sys::Win32::System::Ioctl::STORAGE_TIER
[−]#[repr(C)]pub struct STORAGE_TIER {
pub Id: GUID,
pub Name: [u16; 256],
pub Description: [u16; 256],
pub Flags: u64,
pub ProvisionedCapacity: u64,
pub MediaType: STORAGE_TIER_MEDIA_TYPE,
pub Class: STORAGE_TIER_CLASS,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Id: GUID
Name: [u16; 256]
Description: [u16; 256]
Flags: u64
ProvisionedCapacity: u64
MediaType: STORAGE_TIER_MEDIA_TYPE
Class: STORAGE_TIER_CLASS
Trait Implementations
impl Clone for STORAGE_TIER
impl Clone for STORAGE_TIER
impl Copy for STORAGE_TIER
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more