Struct TSENS
#[non_exhaustive]pub struct TSENS;
Expand description
TSENS peripheral singleton
Implementations§
Trait Implementations§
§impl Peripheral for TSENS
impl Peripheral for TSENS
§unsafe fn clone_unchecked(&self) -> <TSENS as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <TSENS 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 TSENS
impl RefUnwindSafe for TSENS
impl Send for TSENS
impl Sync for TSENS
impl Unpin for TSENS
impl UnwindSafe for TSENS
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