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