Struct windows_sys::Win32::System::Ioctl::STORAGE_ZONE_DESCRIPTOR
[−]#[repr(C)]pub struct STORAGE_ZONE_DESCRIPTOR {
pub Size: u32,
pub ZoneType: STORAGE_ZONE_TYPES,
pub ZoneCondition: STORAGE_ZONE_CONDITION,
pub ResetWritePointerRecommend: BOOLEAN,
pub Reserved0: [u8; 3],
pub ZoneSize: u64,
pub WritePointerOffset: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields
Size: u32
ZoneType: STORAGE_ZONE_TYPES
ZoneCondition: STORAGE_ZONE_CONDITION
ResetWritePointerRecommend: BOOLEAN
Reserved0: [u8; 3]
ZoneSize: u64
WritePointerOffset: u64
Trait Implementations
impl Clone for STORAGE_ZONE_DESCRIPTOR
impl Clone for STORAGE_ZONE_DESCRIPTOR
impl Copy for STORAGE_ZONE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_ZONE_DESCRIPTOR
impl Send for STORAGE_ZONE_DESCRIPTOR
impl Sync for STORAGE_ZONE_DESCRIPTOR
impl Unpin for STORAGE_ZONE_DESCRIPTOR
impl UnwindSafe for STORAGE_ZONE_DESCRIPTOR
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