Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::IRQ_RANGE
#[repr(C, packed(1))]pub struct IRQ_RANGE {
pub IRQR_Min: u32,
pub IRQR_Max: u32,
pub IRQR_Flags: IRQD_FLAGS,
}
Fields§
§IRQR_Min: u32
§IRQR_Max: u32
§IRQR_Flags: IRQD_FLAGS
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRQ_RANGE
impl RefUnwindSafe for IRQ_RANGE
impl Send for IRQ_RANGE
impl Sync for IRQ_RANGE
impl Unpin for IRQ_RANGE
impl UnwindSafe for IRQ_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
)