pub struct SGI0 { /* private fields */ }Expand description
SGI0 peripheral
Implementations§
Trait Implementations§
impl Copy for SGI0
impl PeripheralType for SGI0
Auto Trait Implementations§
impl Freeze for SGI0
impl RefUnwindSafe for SGI0
impl Send for SGI0
impl Sync for SGI0
impl Unpin for SGI0
impl UnwindSafe for SGI0
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