pub enum BluetoothAdapterAddress {
String(String),
Byte([u8; 6]),
}Expand description
The address of a bluetooth adapter
Variants§
Auto Trait Implementations§
impl Freeze for BluetoothAdapterAddress
impl RefUnwindSafe for BluetoothAdapterAddress
impl Send for BluetoothAdapterAddress
impl Sync for BluetoothAdapterAddress
impl Unpin for BluetoothAdapterAddress
impl UnsafeUnpin for BluetoothAdapterAddress
impl UnwindSafe for BluetoothAdapterAddress
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