#[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_Foundation"
Fields§
§MaxOpenZoneCount: u32
§UnrestrictedRead: BOOLEAN
§Reserved: [u8; 3]
Trait Implementations§
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more