#[repr(transparent)]pub struct BluetoothServiceCapabilities(pub u32);
Expand description
Required features: "Devices_Bluetooth"
Tuple Fields
0: u32
Implementations
impl BluetoothServiceCapabilities
impl BluetoothServiceCapabilities
pub const None: Self = Self(0u32)
pub const LimitedDiscoverableMode: Self = Self(1u32)
pub const PositioningService: Self = Self(8u32)
pub const NetworkingService: Self = Self(16u32)
pub const RenderingService: Self = Self(32u32)
pub const CapturingService: Self = Self(64u32)
pub const ObjectTransferService: Self = Self(128u32)
pub const AudioService: Self = Self(256u32)
pub const TelephoneService: Self = Self(512u32)
pub const InformationService: Self = Self(1024u32)
Trait Implementations
impl Clone for BluetoothServiceCapabilities
impl Clone for BluetoothServiceCapabilities
impl Copy for BluetoothServiceCapabilities
Auto Trait Implementations
impl RefUnwindSafe for BluetoothServiceCapabilities
impl Send for BluetoothServiceCapabilities
impl Sync for BluetoothServiceCapabilities
impl Unpin for BluetoothServiceCapabilities
impl UnwindSafe for BluetoothServiceCapabilities
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