#[repr(transparent)]
pub struct BluetoothMinorClass(pub i32);

Tuple Fields§

§0: i32

Implementations§

§

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

§

fn clone(&self) -> BluetoothMinorClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for BluetoothMinorClass

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl Default for BluetoothMinorClass

§

fn default() -> BluetoothMinorClass

Returns the “default value” for a type. Read more
§

impl PartialEq for BluetoothMinorClass

§

fn eq(&self, other: &BluetoothMinorClass) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for BluetoothMinorClass

§

impl Eq for BluetoothMinorClass

§

impl StructuralPartialEq for BluetoothMinorClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.