Struct windows_sys::Win32::System::Ioctl::STORAGE_TIER_REGION
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
TierId: GUID
Offset: u64
Length: u64
Trait Implementations
impl Clone for STORAGE_TIER_REGION
impl Clone for STORAGE_TIER_REGION
impl Copy for STORAGE_TIER_REGION
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_TIER_REGION
impl Send for STORAGE_TIER_REGION
impl Sync for STORAGE_TIER_REGION
impl Unpin for STORAGE_TIER_REGION
impl UnwindSafe for STORAGE_TIER_REGION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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