#[repr(transparent)]pub struct BluetoothLEAdvertisementFlags(pub u32);
Expand description
Required features: ‘Devices_Bluetooth_Advertisement’
Tuple Fields
0: u32
Implementations
impl BluetoothLEAdvertisementFlags
impl BluetoothLEAdvertisementFlags
pub const None: Self
pub const LimitedDiscoverableMode: Self
pub const GeneralDiscoverableMode: Self
pub const ClassicNotSupported: Self
pub const DualModeControllerCapable: Self
pub const DualModeHostCapable: Self
Trait Implementations
impl Clone for BluetoothLEAdvertisementFlags
impl Clone for BluetoothLEAdvertisementFlags
impl Copy for BluetoothLEAdvertisementFlags
Auto Trait Implementations
impl RefUnwindSafe for BluetoothLEAdvertisementFlags
impl Send for BluetoothLEAdvertisementFlags
impl Sync for BluetoothLEAdvertisementFlags
impl Unpin for BluetoothLEAdvertisementFlags
impl UnwindSafe for BluetoothLEAdvertisementFlags
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