#[repr(transparent)]pub struct BluetoothLEAdvertisementType(pub i32);
Expand description
Required features: ‘Devices_Bluetooth_Advertisement’
Tuple Fields
0: i32
Implementations
impl BluetoothLEAdvertisementType
impl BluetoothLEAdvertisementType
pub const ConnectableUndirected: Self
pub const ConnectableDirected: Self
pub const ScannableUndirected: Self
pub const NonConnectableUndirected: Self
pub const ScanResponse: Self
pub const Extended: Self
Trait Implementations
impl Clone for BluetoothLEAdvertisementType
impl Clone for BluetoothLEAdvertisementType
impl Copy for BluetoothLEAdvertisementType
Auto Trait Implementations
impl RefUnwindSafe for BluetoothLEAdvertisementType
impl Send for BluetoothLEAdvertisementType
impl Sync for BluetoothLEAdvertisementType
impl Unpin for BluetoothLEAdvertisementType
impl UnwindSafe for BluetoothLEAdvertisementType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more