pub struct InterruptMapMask {
pub address_mask: usize,
pub address_mask_hi: u32,
pub interrupt_mask: usize,
}
Fields§
§address_mask: usize
§address_mask_hi: u32
§interrupt_mask: usize
Auto Trait Implementations§
impl Freeze for InterruptMapMask
impl RefUnwindSafe for InterruptMapMask
impl Send for InterruptMapMask
impl Sync for InterruptMapMask
impl Unpin for InterruptMapMask
impl UnwindSafe for InterruptMapMask
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