#[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 = Self(0u32)
pub const LimitedDiscoverableMode: Self = Self(1u32)
pub const GeneralDiscoverableMode: Self = Self(2u32)
pub const ClassicNotSupported: Self = Self(4u32)
pub const DualModeControllerCapable: Self = Self(8u32)
pub const DualModeHostCapable: Self = Self(16u32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more