pub struct BleInfo { /* private fields */ }
Expand description
BLE specific device information
Trait Implementations§
impl StructuralPartialEq for BleInfo
Auto Trait Implementations§
impl Freeze for BleInfo
impl RefUnwindSafe for BleInfo
impl Send for BleInfo
impl Sync for BleInfo
impl Unpin for BleInfo
impl UnwindSafe for BleInfo
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