#[repr(transparent)]pub struct BluetoothLEAdvertisementFlags(pub u32);
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 BitAnd for BluetoothLEAdvertisementFlags
impl BitAnd for BluetoothLEAdvertisementFlags
§impl BitAndAssign for BluetoothLEAdvertisementFlags
impl BitAndAssign for BluetoothLEAdvertisementFlags
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for BluetoothLEAdvertisementFlags
impl BitOr for BluetoothLEAdvertisementFlags
§impl BitOrAssign for BluetoothLEAdvertisementFlags
impl BitOrAssign for BluetoothLEAdvertisementFlags
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for BluetoothLEAdvertisementFlags
impl Clone for BluetoothLEAdvertisementFlags
§fn clone(&self) -> BluetoothLEAdvertisementFlags
fn clone(&self) -> BluetoothLEAdvertisementFlags
Returns a copy 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 BluetoothLEAdvertisementFlags
impl Debug for BluetoothLEAdvertisementFlags
§impl Default for BluetoothLEAdvertisementFlags
impl Default for BluetoothLEAdvertisementFlags
§fn default() -> BluetoothLEAdvertisementFlags
fn default() -> BluetoothLEAdvertisementFlags
Returns the “default value” for a type. Read more
§impl Not for BluetoothLEAdvertisementFlags
impl Not for BluetoothLEAdvertisementFlags
§impl PartialEq for BluetoothLEAdvertisementFlags
impl PartialEq for BluetoothLEAdvertisementFlags
§fn eq(&self, other: &BluetoothLEAdvertisementFlags) -> bool
fn eq(&self, other: &BluetoothLEAdvertisementFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BluetoothLEAdvertisementFlags
impl Eq for BluetoothLEAdvertisementFlags
impl StructuralPartialEq for BluetoothLEAdvertisementFlags
Auto Trait Implementations§
impl Freeze for BluetoothLEAdvertisementFlags
impl RefUnwindSafe for BluetoothLEAdvertisementFlags
impl Send for BluetoothLEAdvertisementFlags
impl Sync for BluetoothLEAdvertisementFlags
impl Unpin for BluetoothLEAdvertisementFlags
impl UnwindSafe for BluetoothLEAdvertisementFlags
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)