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