#[repr(C)]#[repr(packed)]pub struct IRQ_RANGE {
pub IRQR_Min: ULONG,
pub IRQR_Max: ULONG,
pub IRQR_Flags: ULONG,
}
Fields
IRQR_Min: ULONG
IRQR_Max: ULONG
IRQR_Flags: ULONG
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