#[repr(C, packed(1))]pub struct IO_RANGE {
pub IOR_Align: u64,
pub IOR_nPorts: u32,
pub IOR_Min: u64,
pub IOR_Max: u64,
pub IOR_RangeFlags: u32,
pub IOR_Alias: u64,
}Expand description
Required features: ‘Win32_Devices_DeviceAndDriverInstallation’
Fields
IOR_Align: u64IOR_nPorts: u32IOR_Min: u64IOR_Max: u64IOR_RangeFlags: u32IOR_Alias: u64Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more