Struct MEM2MEM5
#[non_exhaustive]pub struct MEM2MEM5;
Expand description
MEM2MEM5 peripheral singleton
Implementations§
Trait Implementations§
§impl Peripheral for MEM2MEM5
impl Peripheral for MEM2MEM5
§unsafe fn clone_unchecked(&self) -> <MEM2MEM5 as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <MEM2MEM5 as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
§fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
Convert a value into a
PeripheralRef
. Read moreAuto Trait Implementations§
impl Freeze for MEM2MEM5
impl RefUnwindSafe for MEM2MEM5
impl Send for MEM2MEM5
impl Sync for MEM2MEM5
impl Unpin for MEM2MEM5
impl UnwindSafe for MEM2MEM5
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