Struct BluetoothLEAdvertisementPhyType
#[repr(transparent)]pub struct BluetoothLEAdvertisementPhyType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl BluetoothLEAdvertisementPhyType
impl BluetoothLEAdvertisementPhyType
pub const Unspecified: Self
pub const Uncoded1MPhy: Self
pub const Uncoded2MPhy: Self
pub const CodedPhy: Self
Trait Implementations§
§impl Clone for BluetoothLEAdvertisementPhyType
impl Clone for BluetoothLEAdvertisementPhyType
§fn clone(&self) -> BluetoothLEAdvertisementPhyType
fn clone(&self) -> BluetoothLEAdvertisementPhyType
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 more§impl Debug for BluetoothLEAdvertisementPhyType
impl Debug for BluetoothLEAdvertisementPhyType
§impl Default for BluetoothLEAdvertisementPhyType
impl Default for BluetoothLEAdvertisementPhyType
§fn default() -> BluetoothLEAdvertisementPhyType
fn default() -> BluetoothLEAdvertisementPhyType
Returns the “default value” for a type. Read more
impl Copy for BluetoothLEAdvertisementPhyType
impl Eq for BluetoothLEAdvertisementPhyType
impl StructuralPartialEq for BluetoothLEAdvertisementPhyType
Auto Trait Implementations§
impl Freeze for BluetoothLEAdvertisementPhyType
impl RefUnwindSafe for BluetoothLEAdvertisementPhyType
impl Send for BluetoothLEAdvertisementPhyType
impl Sync for BluetoothLEAdvertisementPhyType
impl Unpin for BluetoothLEAdvertisementPhyType
impl UnwindSafe for BluetoothLEAdvertisementPhyType
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