#[repr(C, packed(1))]pub struct IRQ_RANGE {
pub IRQR_Min: u32,
pub IRQR_Max: u32,
pub IRQR_Flags: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
IRQR_Min: u32
IRQR_Max: u32
IRQR_Flags: u32
Trait Implementations
Auto Trait Implementations
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
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