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