#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BluetoothRange
Source§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
impl Eq for BluetoothRange
Source§impl PartialEq for BluetoothRange
impl PartialEq for BluetoothRange
Source§fn eq(&self, other: &BluetoothRange) -> bool
fn eq(&self, other: &BluetoothRange) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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