Struct windows::Devices::Bluetooth::BluetoothMinorClass
#[repr(transparent)]pub struct BluetoothMinorClass(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl BluetoothMinorClass
impl BluetoothMinorClass
pub const Uncategorized: Self = _
pub const ComputerDesktop: Self = _
pub const ComputerServer: Self = _
pub const ComputerLaptop: Self = _
pub const ComputerHandheld: Self = _
pub const ComputerPalmSize: Self = _
pub const ComputerWearable: Self = _
pub const ComputerTablet: Self = _
pub const PhoneCellular: Self = _
pub const PhoneCordless: Self = _
pub const PhoneSmartPhone: Self = _
pub const PhoneWired: Self = _
pub const PhoneIsdn: Self = _
pub const NetworkFullyAvailable: Self = _
pub const NetworkUsed01To17Percent: Self = _
pub const NetworkUsed17To33Percent: Self = _
pub const NetworkUsed33To50Percent: Self = _
pub const NetworkUsed50To67Percent: Self = _
pub const NetworkUsed67To83Percent: Self = _
pub const NetworkUsed83To99Percent: Self = _
pub const NetworkNoServiceAvailable: Self = _
pub const AudioVideoWearableHeadset: Self = _
pub const AudioVideoHandsFree: Self = _
pub const AudioVideoMicrophone: Self = _
pub const AudioVideoLoudspeaker: Self = _
pub const AudioVideoHeadphones: Self = _
pub const AudioVideoPortableAudio: Self = _
pub const AudioVideoCarAudio: Self = _
pub const AudioVideoSetTopBox: Self = _
pub const AudioVideoHifiAudioDevice: Self = _
pub const AudioVideoVcr: Self = _
pub const AudioVideoVideoCamera: Self = _
pub const AudioVideoCamcorder: Self = _
pub const AudioVideoVideoMonitor: Self = _
pub const AudioVideoVideoDisplayAndLoudspeaker: Self = _
pub const AudioVideoVideoConferencing: Self = _
pub const AudioVideoGamingOrToy: Self = _
pub const PeripheralJoystick: Self = _
pub const PeripheralGamepad: Self = _
pub const PeripheralRemoteControl: Self = _
pub const PeripheralSensing: Self = _
pub const PeripheralDigitizerTablet: Self = _
pub const PeripheralCardReader: Self = _
pub const PeripheralDigitalPen: Self = _
pub const PeripheralHandheldScanner: Self = _
pub const PeripheralHandheldGesture: Self = _
pub const WearableWristwatch: Self = _
pub const WearablePager: Self = _
pub const WearableJacket: Self = _
pub const WearableHelmet: Self = _
pub const WearableGlasses: Self = _
pub const ToyRobot: Self = _
pub const ToyVehicle: Self = _
pub const ToyDoll: Self = _
pub const ToyController: Self = _
pub const ToyGame: Self = _
pub const HealthBloodPressureMonitor: Self = _
pub const HealthThermometer: Self = _
pub const HealthWeighingScale: Self = _
pub const HealthGlucoseMeter: Self = _
pub const HealthPulseOximeter: Self = _
pub const HealthHeartRateMonitor: Self = _
pub const HealthHealthDataDisplay: Self = _
pub const HealthStepCounter: Self = _
pub const HealthBodyCompositionAnalyzer: Self = _
pub const HealthPeakFlowMonitor: Self = _
pub const HealthMedicationMonitor: Self = _
pub const HealthKneeProsthesis: Self = _
pub const HealthAnkleProsthesis: Self = _
pub const HealthGenericHealthManager: Self = _
pub const HealthPersonalMobilityDevice: Self = _
Trait Implementations§
§impl Clone for BluetoothMinorClass
impl Clone for BluetoothMinorClass
§fn clone(&self) -> BluetoothMinorClass
fn clone(&self) -> BluetoothMinorClass
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 BluetoothMinorClass
impl Debug for BluetoothMinorClass
§impl Default for BluetoothMinorClass
impl Default for BluetoothMinorClass
§fn default() -> BluetoothMinorClass
fn default() -> BluetoothMinorClass
Returns the “default value” for a type. Read more
§impl PartialEq for BluetoothMinorClass
impl PartialEq for BluetoothMinorClass
§fn eq(&self, other: &BluetoothMinorClass) -> bool
fn eq(&self, other: &BluetoothMinorClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BluetoothMinorClass
impl Eq for BluetoothMinorClass
impl StructuralPartialEq for BluetoothMinorClass
Auto Trait Implementations§
impl Freeze for BluetoothMinorClass
impl RefUnwindSafe for BluetoothMinorClass
impl Send for BluetoothMinorClass
impl Sync for BluetoothMinorClass
impl Unpin for BluetoothMinorClass
impl UnwindSafe for BluetoothMinorClass
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
)