#[repr(C)]pub struct SGI { /* private fields */ }
Implementations§
Source§impl SGI
impl SGI
pub fn set_enable_interrupt(&self, irq: IntId, enable: bool)
pub fn set_priority(&self, intid: IntId, priority: u8)
Auto Trait Implementations§
impl !Freeze for SGI
impl !RefUnwindSafe for SGI
impl Send for SGI
impl !Sync for SGI
impl Unpin for SGI
impl UnwindSafe for SGI
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