#[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],
}
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§
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