#[repr(C, packed(1))]pub struct IO_RANGE {
pub IOR_Align: DWORDLONG,
pub IOR_nPorts: DWORD,
pub IOR_Min: DWORDLONG,
pub IOR_Max: DWORDLONG,
pub IOR_RangeFlags: DWORD,
pub IOR_Alias: DWORDLONG,
}Fields§
§IOR_Align: DWORDLONG§IOR_nPorts: DWORD§IOR_Min: DWORDLONG§IOR_Max: DWORDLONG§IOR_RangeFlags: DWORD§IOR_Alias: DWORDLONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for IO_RANGE
impl RefUnwindSafe for IO_RANGE
impl Send for IO_RANGE
impl Sync for IO_RANGE
impl Unpin for IO_RANGE
impl UnwindSafe for IO_RANGE
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