pub struct STIR { /* private fields */ }
Expand description
Software trigger interrupt register
Implementations§
Auto Trait Implementations§
impl !Freeze for STIR
impl !RefUnwindSafe for STIR
impl Send for STIR
impl !Sync for STIR
impl Unpin for STIR
impl UnwindSafe for STIR
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