Struct esp32c2_hal::radio::Bluetooth
source · pub struct Bluetooth { /* private fields */ }
Expand description
Bluetooth radio
Implementations§
Trait Implementations§
source§impl Peripheral for Bluetooth
impl Peripheral for Bluetooth
Auto Trait Implementations§
impl RefUnwindSafe for Bluetooth
impl Send for Bluetooth
impl Sync for Bluetooth
impl Unpin for Bluetooth
impl UnwindSafe for Bluetooth
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