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