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