Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::IO_DES
[−]#[repr(C, packed(1))]pub struct IO_DES {
pub IOD_Count: u32,
pub IOD_Type: u32,
pub IOD_Alloc_Base: u64,
pub IOD_Alloc_End: u64,
pub IOD_DesFlags: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
IOD_Count: u32
IOD_Type: u32
IOD_Alloc_Base: u64
IOD_Alloc_End: u64
IOD_DesFlags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IO_DES
impl Send for IO_DES
impl Sync for IO_DES
impl Unpin for IO_DES
impl UnwindSafe for IO_DES
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