#[repr(u8)]pub enum BluetoothRange {
Standard = 0,
Extended = 1,
}Expand description
Bluetooth range options.
Variants§
Trait Implementations§
Source§impl Clone for BluetoothRange
impl Clone for BluetoothRange
Source§fn clone(&self) -> BluetoothRange
fn clone(&self) -> BluetoothRange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BluetoothRange
impl Debug for BluetoothRange
Source§impl Default for BluetoothRange
impl Default for BluetoothRange
Source§fn default() -> BluetoothRange
fn default() -> BluetoothRange
Returns the “default value” for a type. Read more
Source§impl PartialEq for BluetoothRange
impl PartialEq for BluetoothRange
impl Copy for BluetoothRange
impl Eq for BluetoothRange
impl StructuralPartialEq for BluetoothRange
Auto Trait Implementations§
impl Freeze for BluetoothRange
impl RefUnwindSafe for BluetoothRange
impl Send for BluetoothRange
impl Sync for BluetoothRange
impl Unpin for BluetoothRange
impl UnwindSafe for BluetoothRange
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