Struct moa_core::interrupts::InterruptController
source · pub struct InterruptController {
interrupts: Vec<(bool, u8)>,
highest: u8,
}
Fields§
§interrupts: Vec<(bool, u8)>
§highest: u8
Implementations§
Trait Implementations§
source§impl Default for InterruptController
impl Default for InterruptController
source§fn default() -> InterruptController
fn default() -> InterruptController
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterruptController
impl RefUnwindSafe for InterruptController
impl Send for InterruptController
impl Sync for InterruptController
impl Unpin for InterruptController
impl UnwindSafe for InterruptController
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, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T