pub struct CONFIGBYTES { /* private fields */ }
Expand description
CONFIGBYTES peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for CONFIGBYTES
impl Peripheral for CONFIGBYTES
Source§type P = CONFIGBYTES
type P = CONFIGBYTES
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 CONFIGBYTES
impl RefUnwindSafe for CONFIGBYTES
impl Send for CONFIGBYTES
impl Sync for CONFIGBYTES
impl Unpin for CONFIGBYTES
impl UnwindSafe for CONFIGBYTES
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