Struct windows_sys::Devices::Bluetooth::BluetoothMajorClass
[−]#[repr(transparent)]pub struct BluetoothMajorClass(pub i32);
Expand description
Required features: "Devices_Bluetooth"
Tuple Fields
0: i32
Implementations
impl BluetoothMajorClass
impl BluetoothMajorClass
pub const Miscellaneous: Self = Self(0i32)
pub const Computer: Self = Self(1i32)
pub const Phone: Self = Self(2i32)
pub const NetworkAccessPoint: Self = Self(3i32)
pub const AudioVideo: Self = Self(4i32)
pub const Peripheral: Self = Self(5i32)
pub const Imaging: Self = Self(6i32)
pub const Wearable: Self = Self(7i32)
pub const Toy: Self = Self(8i32)
pub const Health: Self = Self(9i32)
Trait Implementations
impl Clone for BluetoothMajorClass
impl Clone for BluetoothMajorClass
impl Copy for BluetoothMajorClass
Auto Trait Implementations
impl RefUnwindSafe for BluetoothMajorClass
impl Send for BluetoothMajorClass
impl Sync for BluetoothMajorClass
impl Unpin for BluetoothMajorClass
impl UnwindSafe for BluetoothMajorClass
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