pub enum BluetoothAddressType {
Public,
Random,
Unspecified,
}Variants§
Trait Implementations§
Source§impl Debug for BluetoothAddressType
impl Debug for BluetoothAddressType
Auto Trait Implementations§
impl Freeze for BluetoothAddressType
impl RefUnwindSafe for BluetoothAddressType
impl Send for BluetoothAddressType
impl Sync for BluetoothAddressType
impl Unpin for BluetoothAddressType
impl UnsafeUnpin for BluetoothAddressType
impl UnwindSafe for BluetoothAddressType
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