Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::IO_RANGE
#[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: IOD_DESFLAGS,
pub IOR_Alias: u64,
}
Fields§
§IOR_Align: u64
§IOR_nPorts: u32
§IOR_Min: u64
§IOR_Max: u64
§IOR_RangeFlags: IOD_DESFLAGS
§IOR_Alias: u64
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)