Struct windows_sys::Win32::System::Ioctl::DEVICE_DSM_REPORT_ZONES_DATA
[−]#[repr(C)]pub struct DEVICE_DSM_REPORT_ZONES_DATA {
pub Size: u32,
pub ZoneCount: u32,
pub Attributes: STORAGE_ZONES_ATTRIBUTES,
pub Reserved0: u32,
pub ZoneDescriptors: [STORAGE_ZONE_DESCRIPTOR; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields
Size: u32
ZoneCount: u32
Attributes: STORAGE_ZONES_ATTRIBUTES
Reserved0: u32
ZoneDescriptors: [STORAGE_ZONE_DESCRIPTOR; 1]
Trait Implementations
impl Clone for DEVICE_DSM_REPORT_ZONES_DATA
impl Clone for DEVICE_DSM_REPORT_ZONES_DATA
impl Copy for DEVICE_DSM_REPORT_ZONES_DATA
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DSM_REPORT_ZONES_DATA
impl Send for DEVICE_DSM_REPORT_ZONES_DATA
impl Sync for DEVICE_DSM_REPORT_ZONES_DATA
impl Unpin for DEVICE_DSM_REPORT_ZONES_DATA
impl UnwindSafe for DEVICE_DSM_REPORT_ZONES_DATA
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