pub struct SW_INTERRUPT { /* private fields */ }Expand description
Represents a virtual peripheral with no associated hardware.
This struct is generated by the create_peripheral! macro when the peripheral
is defined as virtual.
Implementations§
Trait Implementations§
Source§impl Debug for SW_INTERRUPT
impl Debug for SW_INTERRUPT
Source§impl Peripheral for SW_INTERRUPT
impl Peripheral for SW_INTERRUPT
Source§type P = SW_INTERRUPT
type P = SW_INTERRUPT
Peripheral singleton type
Source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for SW_INTERRUPT
impl RefUnwindSafe for SW_INTERRUPT
impl Send for SW_INTERRUPT
impl Sync for SW_INTERRUPT
impl Unpin for SW_INTERRUPT
impl UnwindSafe for SW_INTERRUPT
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