#[repr(C, packed(1))]pub struct BUSNUMBER_RANGE {
pub BUSR_Min: u32,
pub BUSR_Max: u32,
pub BUSR_nBusNumbers: u32,
pub BUSR_Flags: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
BUSR_Min: u32
BUSR_Max: u32
BUSR_nBusNumbers: u32
BUSR_Flags: u32
Trait Implementations
impl Clone for BUSNUMBER_RANGE
impl Clone for BUSNUMBER_RANGE
impl Copy for BUSNUMBER_RANGE
Auto Trait Implementations
impl RefUnwindSafe for BUSNUMBER_RANGE
impl Send for BUSNUMBER_RANGE
impl Sync for BUSNUMBER_RANGE
impl Unpin for BUSNUMBER_RANGE
impl UnwindSafe for BUSNUMBER_RANGE
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