Struct 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