#[repr(C)]pub struct STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1 {
pub MaxOpenZoneCount: u32,
pub UnrestrictedRead: BOOLEAN,
pub Reserved: [u8; 3],
}
Expand description
Required features: ‘Win32_System_Ioctl’, ‘Win32_Foundation’
Fields
MaxOpenZoneCount: u32
UnrestrictedRead: BOOLEAN
Reserved: [u8; 3]
Trait Implementations
impl Clone for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
impl Clone for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
impl Copy for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
impl Send for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
impl Sync for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
impl Unpin for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
impl UnwindSafe for STORAGE_ZONED_DEVICE_DESCRIPTOR_0_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more