#[repr(C, packed(1))]pub struct BUSNUMBER_DES {
pub BUSD_Count: u32,
pub BUSD_Type: u32,
pub BUSD_Flags: u32,
pub BUSD_Alloc_Base: u32,
pub BUSD_Alloc_End: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
BUSD_Count: u32
BUSD_Type: u32
BUSD_Flags: u32
BUSD_Alloc_Base: u32
BUSD_Alloc_End: u32
Trait Implementations
impl Clone for BUSNUMBER_DES
impl Clone for BUSNUMBER_DES
impl Copy for BUSNUMBER_DES
Auto Trait Implementations
impl RefUnwindSafe for BUSNUMBER_DES
impl Send for BUSNUMBER_DES
impl Sync for BUSNUMBER_DES
impl Unpin for BUSNUMBER_DES
impl UnwindSafe for BUSNUMBER_DES
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