#[repr(C)]pub struct STORAGE_LB_PROVISIONING_MAP_RESOURCES {
pub Size: u32,
pub Version: u32,
pub _bitfield1: u8,
pub Reserved1: [u8; 3],
pub _bitfield2: u8,
pub Reserved3: [u8; 3],
pub AvailableMappingResources: u64,
pub UsedMappingResources: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Size: u32
Version: u32
_bitfield1: u8
Reserved1: [u8; 3]
_bitfield2: u8
Reserved3: [u8; 3]
AvailableMappingResources: u64
UsedMappingResources: u64
Trait Implementations
impl Copy for STORAGE_LB_PROVISIONING_MAP_RESOURCES
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_LB_PROVISIONING_MAP_RESOURCES
impl Send for STORAGE_LB_PROVISIONING_MAP_RESOURCES
impl Sync for STORAGE_LB_PROVISIONING_MAP_RESOURCES
impl Unpin for STORAGE_LB_PROVISIONING_MAP_RESOURCES
impl UnwindSafe for STORAGE_LB_PROVISIONING_MAP_RESOURCES
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