Struct windows_sys::Win32::System::Ioctl::STORAGE_ZONE_GROUP
[−]#[repr(C)]pub struct STORAGE_ZONE_GROUP {
pub ZoneCount: u32,
pub ZoneType: STORAGE_ZONE_TYPES,
pub ZoneSize: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
ZoneCount: u32
ZoneType: STORAGE_ZONE_TYPES
ZoneSize: u64
Trait Implementations
impl Clone for STORAGE_ZONE_GROUP
impl Clone for STORAGE_ZONE_GROUP
impl Copy for STORAGE_ZONE_GROUP
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_ZONE_GROUP
impl Send for STORAGE_ZONE_GROUP
impl Sync for STORAGE_ZONE_GROUP
impl Unpin for STORAGE_ZONE_GROUP
impl UnwindSafe for STORAGE_ZONE_GROUP
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