#[repr(transparent)]pub struct BluetoothHCIExtendedInquiryResponseDataTypes(pub c_uint);Available on crate feature
BluetoothAssignedNumbers only.Expand description
Tuple Fields§
§0: c_uintImplementations§
Source§impl BluetoothHCIExtendedInquiryResponseDataTypes
impl BluetoothHCIExtendedInquiryResponseDataTypes
pub const TypeFlags: Self
pub const Type16BitServiceClassUUIDsWithMoreAvailable: Self
pub const Type16BitServiceClassUUIDsCompleteList: Self
pub const Type32BitServiceClassUUIDsWithMoreAvailable: Self
pub const Type32BitServiceClassUUIDsCompleteList: Self
pub const Type128BitServiceClassUUIDsWithMoreAvailable: Self
pub const Type128BitServiceClassUUIDsCompleteList: Self
pub const TypeShortenedLocalName: Self
pub const TypeCompleteLocalName: Self
pub const TypeTransmitPowerLevel: Self
pub const TypeSSPOOBClassOfDevice: Self
pub const TypeSSPOOBSimplePairingHashC: Self
pub const TypeSSPOOBSimplePairingRandomizerR: Self
pub const TypeDeviceID: Self
pub const TypeSecurityManagerTKValue: Self
pub const TypeSecurityManagerOOBFlags: Self
pub const TypePeripheralConnectionIntervalRange: Self
pub const TypeServiceSolicitation16BitUUIDs: Self
pub const TypeServiceSolicitation128BitUUIDs: Self
pub const TypeServiceData: Self
pub const TypePublicTargetAddress: Self
pub const TypeRandomTargetAddress: Self
pub const TypeAppearance: Self
pub const TypeAdvertisingInterval: Self
pub const TypeLEBluetoothDeviceAddress: Self
pub const TypeLERole: Self
pub const TypeSimplePairingHash: Self
pub const TypeSimplePairingRandomizer: Self
pub const TypeServiceSolicitation32BitUUIDs: Self
pub const TypeServiceData32BitUUID: Self
pub const TypeServiceData128BitUUID: Self
pub const TypeSecureConnectionsConfirmationValue: Self
pub const TypeSecureConnectionsRandomValue: Self
pub const TypeURI: Self
pub const TypeIndoorPositioning: Self
pub const TypeTransportDiscoveryData: Self
pub const TypeCsisRsiData: Self
pub const Type3DInformationData: Self
pub const TypeManufacturerSpecificData: Self
pub const TypeSlaveConnectionIntervalRange: Self
Trait Implementations§
Source§impl Clone for BluetoothHCIExtendedInquiryResponseDataTypes
impl Clone for BluetoothHCIExtendedInquiryResponseDataTypes
Source§fn clone(&self) -> BluetoothHCIExtendedInquiryResponseDataTypes
fn clone(&self) -> BluetoothHCIExtendedInquiryResponseDataTypes
Returns a duplicate 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 moreSource§impl Encode for BluetoothHCIExtendedInquiryResponseDataTypes
Available on crate feature objc2 only.
impl Encode for BluetoothHCIExtendedInquiryResponseDataTypes
Available on crate feature
objc2 only.Source§impl Ord for BluetoothHCIExtendedInquiryResponseDataTypes
impl Ord for BluetoothHCIExtendedInquiryResponseDataTypes
Source§fn cmp(&self, other: &BluetoothHCIExtendedInquiryResponseDataTypes) -> Ordering
fn cmp(&self, other: &BluetoothHCIExtendedInquiryResponseDataTypes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BluetoothHCIExtendedInquiryResponseDataTypes
impl PartialEq for BluetoothHCIExtendedInquiryResponseDataTypes
Source§fn eq(&self, other: &BluetoothHCIExtendedInquiryResponseDataTypes) -> bool
fn eq(&self, other: &BluetoothHCIExtendedInquiryResponseDataTypes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BluetoothHCIExtendedInquiryResponseDataTypes
impl PartialOrd for BluetoothHCIExtendedInquiryResponseDataTypes
Source§impl RefEncode for BluetoothHCIExtendedInquiryResponseDataTypes
Available on crate feature objc2 only.
impl RefEncode for BluetoothHCIExtendedInquiryResponseDataTypes
Available on crate feature
objc2 only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for BluetoothHCIExtendedInquiryResponseDataTypes
impl Eq for BluetoothHCIExtendedInquiryResponseDataTypes
impl StructuralPartialEq for BluetoothHCIExtendedInquiryResponseDataTypes
Auto Trait Implementations§
impl Freeze for BluetoothHCIExtendedInquiryResponseDataTypes
impl RefUnwindSafe for BluetoothHCIExtendedInquiryResponseDataTypes
impl Send for BluetoothHCIExtendedInquiryResponseDataTypes
impl Sync for BluetoothHCIExtendedInquiryResponseDataTypes
impl Unpin for BluetoothHCIExtendedInquiryResponseDataTypes
impl UnwindSafe for BluetoothHCIExtendedInquiryResponseDataTypes
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§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.