pub struct PPI_GROUP2 { /* private fields */ }
Expand description
PPI_GROUP2 peripheral
Implementations§
Trait Implementations§
Source§impl From<PPI_GROUP2> for AnyGroup
impl From<PPI_GROUP2> for AnyGroup
Source§fn from(val: PPI_GROUP2) -> Self
fn from(val: PPI_GROUP2) -> Self
Converts to this type from the input type.
Source§impl Group for PPI_GROUP2
impl Group for PPI_GROUP2
Source§impl Peripheral for PPI_GROUP2
impl Peripheral for PPI_GROUP2
Source§type P = PPI_GROUP2
type P = PPI_GROUP2
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 PPI_GROUP2
impl RefUnwindSafe for PPI_GROUP2
impl Send for PPI_GROUP2
impl Sync for PPI_GROUP2
impl Unpin for PPI_GROUP2
impl UnwindSafe for PPI_GROUP2
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