#[repr(C)]pub struct DEVICE_DATA_SET_LB_PROVISIONING_STATE {
pub Size: u32,
pub Version: u32,
pub SlabSizeInBytes: u64,
pub SlabOffsetDeltaInBytes: u32,
pub SlabAllocationBitMapBitCount: u32,
pub SlabAllocationBitMapLength: u32,
pub SlabAllocationBitMap: [u32; 1],
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Size: u32
Version: u32
SlabSizeInBytes: u64
SlabOffsetDeltaInBytes: u32
SlabAllocationBitMapBitCount: u32
SlabAllocationBitMapLength: u32
SlabAllocationBitMap: [u32; 1]
Trait Implementations
impl Copy for DEVICE_DATA_SET_LB_PROVISIONING_STATE
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DATA_SET_LB_PROVISIONING_STATE
impl Send for DEVICE_DATA_SET_LB_PROVISIONING_STATE
impl Sync for DEVICE_DATA_SET_LB_PROVISIONING_STATE
impl Unpin for DEVICE_DATA_SET_LB_PROVISIONING_STATE
impl UnwindSafe for DEVICE_DATA_SET_LB_PROVISIONING_STATE
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