Struct windows_sys::Devices::Bluetooth::BluetoothMinorClass
[−]#[repr(transparent)]pub struct BluetoothMinorClass(pub i32);
Expand description
Required features: "Devices_Bluetooth"
Tuple Fields
0: i32
Implementations
impl BluetoothMinorClass
impl BluetoothMinorClass
pub const Uncategorized: Self = Self(0i32)
pub const ComputerDesktop: Self = Self(1i32)
pub const ComputerServer: Self = Self(2i32)
pub const ComputerLaptop: Self = Self(3i32)
pub const ComputerHandheld: Self = Self(4i32)
pub const ComputerPalmSize: Self = Self(5i32)
pub const ComputerWearable: Self = Self(6i32)
pub const ComputerTablet: Self = Self(7i32)
pub const PhoneCellular: Self = Self(1i32)
pub const PhoneCordless: Self = Self(2i32)
pub const PhoneSmartPhone: Self = Self(3i32)
pub const PhoneWired: Self = Self(4i32)
pub const PhoneIsdn: Self = Self(5i32)
pub const NetworkFullyAvailable: Self = Self(0i32)
pub const NetworkUsed01To17Percent: Self = Self(8i32)
pub const NetworkUsed17To33Percent: Self = Self(16i32)
pub const NetworkUsed33To50Percent: Self = Self(24i32)
pub const NetworkUsed50To67Percent: Self = Self(32i32)
pub const NetworkUsed67To83Percent: Self = Self(40i32)
pub const NetworkUsed83To99Percent: Self = Self(48i32)
pub const NetworkNoServiceAvailable: Self = Self(56i32)
pub const AudioVideoWearableHeadset: Self = Self(1i32)
pub const AudioVideoHandsFree: Self = Self(2i32)
pub const AudioVideoMicrophone: Self = Self(4i32)
pub const AudioVideoLoudspeaker: Self = Self(5i32)
pub const AudioVideoHeadphones: Self = Self(6i32)
pub const AudioVideoPortableAudio: Self = Self(7i32)
pub const AudioVideoCarAudio: Self = Self(8i32)
pub const AudioVideoSetTopBox: Self = Self(9i32)
pub const AudioVideoHifiAudioDevice: Self = Self(10i32)
pub const AudioVideoVcr: Self = Self(11i32)
pub const AudioVideoVideoCamera: Self = Self(12i32)
pub const AudioVideoCamcorder: Self = Self(13i32)
pub const AudioVideoVideoMonitor: Self = Self(14i32)
pub const AudioVideoVideoDisplayAndLoudspeaker: Self = Self(15i32)
pub const AudioVideoVideoConferencing: Self = Self(16i32)
pub const AudioVideoGamingOrToy: Self = Self(18i32)
pub const PeripheralJoystick: Self = Self(1i32)
pub const PeripheralGamepad: Self = Self(2i32)
pub const PeripheralRemoteControl: Self = Self(3i32)
pub const PeripheralSensing: Self = Self(4i32)
pub const PeripheralDigitizerTablet: Self = Self(5i32)
pub const PeripheralCardReader: Self = Self(6i32)
pub const PeripheralDigitalPen: Self = Self(7i32)
pub const PeripheralHandheldScanner: Self = Self(8i32)
pub const PeripheralHandheldGesture: Self = Self(9i32)
pub const WearableWristwatch: Self = Self(1i32)
pub const WearablePager: Self = Self(2i32)
pub const WearableJacket: Self = Self(3i32)
pub const WearableHelmet: Self = Self(4i32)
pub const WearableGlasses: Self = Self(5i32)
pub const ToyRobot: Self = Self(1i32)
pub const ToyVehicle: Self = Self(2i32)
pub const ToyDoll: Self = Self(3i32)
pub const ToyController: Self = Self(4i32)
pub const ToyGame: Self = Self(5i32)
pub const HealthBloodPressureMonitor: Self = Self(1i32)
pub const HealthThermometer: Self = Self(2i32)
pub const HealthWeighingScale: Self = Self(3i32)
pub const HealthGlucoseMeter: Self = Self(4i32)
pub const HealthPulseOximeter: Self = Self(5i32)
pub const HealthHeartRateMonitor: Self = Self(6i32)
pub const HealthHealthDataDisplay: Self = Self(7i32)
pub const HealthStepCounter: Self = Self(8i32)
pub const HealthBodyCompositionAnalyzer: Self = Self(9i32)
pub const HealthPeakFlowMonitor: Self = Self(10i32)
pub const HealthMedicationMonitor: Self = Self(11i32)
pub const HealthKneeProsthesis: Self = Self(12i32)
pub const HealthAnkleProsthesis: Self = Self(13i32)
pub const HealthGenericHealthManager: Self = Self(14i32)
pub const HealthPersonalMobilityDevice: Self = Self(15i32)
Trait Implementations
impl Clone for BluetoothMinorClass
impl Clone for BluetoothMinorClass
impl Copy for BluetoothMinorClass
Auto Trait Implementations
impl RefUnwindSafe for BluetoothMinorClass
impl Send for BluetoothMinorClass
impl Sync for BluetoothMinorClass
impl Unpin for BluetoothMinorClass
impl UnwindSafe for BluetoothMinorClass
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