pub struct GicCpu { /* private fields */ }
Trait Implementations§
Source§impl InterfaceCPU for GicCpu
impl InterfaceCPU for GicCpu
fn get_and_acknowledge_interrupt(&self) -> Option<IrqId>
fn end_interrupt(&self, irq: IrqId)
impl Send for GicCpu
impl Sync for GicCpu
Auto Trait Implementations§
impl Freeze for GicCpu
impl !RefUnwindSafe for GicCpu
impl Unpin for GicCpu
impl !UnwindSafe for GicCpu
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