#[repr(C)]pub struct DEVICE_LB_PROVISIONING_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub _bitfield: u8,
pub Reserved1: [u8; 7],
pub OptimalUnmapGranularity: u64,
pub UnmapGranularityAlignment: u64,
pub MaxUnmapLbaCount: u32,
pub MaxUnmapBlockDescriptorCount: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
_bitfield: u8
Reserved1: [u8; 7]
OptimalUnmapGranularity: u64
UnmapGranularityAlignment: u64
MaxUnmapLbaCount: u32
MaxUnmapBlockDescriptorCount: u32
Trait Implementations
impl Clone for DEVICE_LB_PROVISIONING_DESCRIPTOR
impl Clone for DEVICE_LB_PROVISIONING_DESCRIPTOR
impl Copy for DEVICE_LB_PROVISIONING_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_LB_PROVISIONING_DESCRIPTOR
impl Send for DEVICE_LB_PROVISIONING_DESCRIPTOR
impl Sync for DEVICE_LB_PROVISIONING_DESCRIPTOR
impl Unpin for DEVICE_LB_PROVISIONING_DESCRIPTOR
impl UnwindSafe for DEVICE_LB_PROVISIONING_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