#[repr(C)]#[repr(packed)]pub struct BUSNUMBER_RANGE {
pub BUSR_Min: ULONG,
pub BUSR_Max: ULONG,
pub BUSR_nBusNumbers: ULONG,
pub BUSR_Flags: ULONG,
}
Fields
BUSR_Min: ULONG
BUSR_Max: ULONG
BUSR_nBusNumbers: ULONG
BUSR_Flags: ULONG
Trait Implementations
sourceimpl Clone for BUSNUMBER_RANGE
impl Clone for BUSNUMBER_RANGE
sourcefn clone(&self) -> BUSNUMBER_RANGE
fn clone(&self) -> BUSNUMBER_RANGE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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