#[repr(transparent)]pub struct SDPAttributeIdentifierCodes(pub c_uint);Available on crate feature
BluetoothAssignedNumbers only.Expand description
Tuple Fields§
§0: c_uintImplementations§
Source§impl SDPAttributeIdentifierCodes
impl SDPAttributeIdentifierCodes
pub const BluetoothSDPAttributeIdentifierServiceRecordHandle: Self
pub const BluetoothSDPAttributeIdentifierServiceClassIDList: Self
pub const BluetoothSDPAttributeIdentifierServiceRecordState: Self
pub const BluetoothSDPAttributeIdentifierServiceID: Self
pub const BluetoothSDPAttributeIdentifierProtocolDescriptorList: Self
pub const BluetoothSDPAttributeIdentifierBrowseGroupList: Self
pub const BluetoothSDPAttributeIdentifierLanguageBaseAttributeIDList: Self
pub const BluetoothSDPAttributeIdentifierServiceInfoTimeToLive: Self
pub const BluetoothSDPAttributeIdentifierServiceAvailability: Self
pub const BluetoothSDPAttributeIdentifierBluetoothProfileDescriptorList: Self
pub const BluetoothSDPAttributeIdentifierDocumentationURL: Self
pub const BluetoothSDPAttributeIdentifierClientExecutableURL: Self
pub const BluetoothSDPAttributeIdentifierIconURL: Self
pub const BluetoothSDPAttributeIdentifierAdditionalProtocolsDescriptorList: Self
pub const BluetoothSDPAttributeIdentifierVersionNumberList: Self
pub const BluetoothSDPAttributeIdentifierServiceDatabaseState: Self
pub const BluetoothSDPAttributeIdentifierGroupID: Self
pub const BluetoothSDPAttributeIdentifierIPSubnet: Self
pub const BluetoothSDPAttributeIdentifierHIDReleaseNumber: Self
pub const BluetoothSDPAttributeIdentifierHIDParserVersion: Self
pub const BluetoothSDPAttributeIdentifierHIDDeviceSubclass: Self
pub const BluetoothSDPAttributeIdentifierHIDCountryCode: Self
pub const BluetoothSDPAttributeIdentifierHIDVirtualCable: Self
pub const BluetoothSDPAttributeIdentifierHIDReconnectInitiate: Self
pub const BluetoothSDPAttributeIdentifierHIDDescriptorList: Self
pub const BluetoothSDPAttributeIdentifierHIDLangIDBaseList: Self
pub const BluetoothSDPAttributeIdentifierHIDSDPDisable: Self
pub const BluetoothSDPAttributeIdentifierHIDBatteryPower: Self
pub const BluetoothSDPAttributeIdentifierHIDRemoteWake: Self
pub const BluetoothSDPAttributeIdentifierHIDProfileVersion: Self
pub const BluetoothSDPAttributeIdentifierHIDSupervisionTimeout: Self
pub const BluetoothSDPAttributeIdentifierHIDNormallyConnectable: Self
pub const BluetoothSDPAttributeIdentifierHIDBootDevice: Self
pub const BluetoothSDPAttributeIdentifierHIDSSRHostMaxLatency: Self
pub const BluetoothSDPAttributeIdentifierHIDSSRHostMinTimeout: Self
pub const BluetoothSDPAttributeIdentifierServiceVersion: Self
pub const BluetoothSDPAttributeIdentifierExternalNetwork: Self
pub const BluetoothSDPAttributeIdentifierNetwork: Self
pub const BluetoothSDPAttributeIdentifierSupportedDataStoresList: Self
pub const BluetoothSDPAttributeIdentifierFaxClass1Support: Self
pub const BluetoothSDPAttributeIdentifierRemoteAudioVolumeControl: Self
pub const BluetoothSDPAttributeIdentifierFaxClass2_0Support: Self
pub const BluetoothSDPAttributeIdentifierSupporterFormatsList: Self
pub const BluetoothSDPAttributeIdentifierFaxClass2Support: Self
pub const BluetoothSDPAttributeIdentifierAudioFeedbackSupport: Self
pub const BluetoothSDPAttributeIdentifierNetworkAddress: Self
pub const BluetoothSDPAttributeIdentifierWAPGateway: Self
pub const BluetoothSDPAttributeIdentifierHomepageURL: Self
pub const BluetoothSDPAttributeIdentifierWAPStackType: Self
pub const BluetoothSDPAttributeIdentifierSecurityDescription: Self
pub const BluetoothSDPAttributeIdentifierNetAccessType: Self
pub const BluetoothSDPAttributeIdentifierMaxNetAccessRate: Self
pub const BluetoothSDPAttributeIdentifierSupportedCapabilities: Self
pub const BluetoothSDPAttributeIdentifierSupportedFeatures: Self
pub const BluetoothSDPAttributeIdentifierSupportedFunctions: Self
pub const BluetoothSDPAttributeIdentifierTotalImagingDataCapacity: Self
pub const BluetoothSDPAttributeIdentifierServiceName: Self
pub const BluetoothSDPAttributeIdentifierServiceDescription: Self
pub const BluetoothSDPAttributeIdentifierProviderName: Self
Trait Implementations§
Source§impl Clone for SDPAttributeIdentifierCodes
impl Clone for SDPAttributeIdentifierCodes
Source§fn clone(&self) -> SDPAttributeIdentifierCodes
fn clone(&self) -> SDPAttributeIdentifierCodes
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 Debug for SDPAttributeIdentifierCodes
impl Debug for SDPAttributeIdentifierCodes
Source§impl Encode for SDPAttributeIdentifierCodes
Available on crate feature objc2 only.
impl Encode for SDPAttributeIdentifierCodes
Available on crate feature
objc2 only.Source§impl Hash for SDPAttributeIdentifierCodes
impl Hash for SDPAttributeIdentifierCodes
Source§impl Ord for SDPAttributeIdentifierCodes
impl Ord for SDPAttributeIdentifierCodes
Source§fn cmp(&self, other: &SDPAttributeIdentifierCodes) -> Ordering
fn cmp(&self, other: &SDPAttributeIdentifierCodes) -> 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 PartialOrd for SDPAttributeIdentifierCodes
impl PartialOrd for SDPAttributeIdentifierCodes
Source§impl RefEncode for SDPAttributeIdentifierCodes
Available on crate feature objc2 only.
impl RefEncode for SDPAttributeIdentifierCodes
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 SDPAttributeIdentifierCodes
impl Eq for SDPAttributeIdentifierCodes
impl StructuralPartialEq for SDPAttributeIdentifierCodes
Auto Trait Implementations§
impl Freeze for SDPAttributeIdentifierCodes
impl RefUnwindSafe for SDPAttributeIdentifierCodes
impl Send for SDPAttributeIdentifierCodes
impl Sync for SDPAttributeIdentifierCodes
impl Unpin for SDPAttributeIdentifierCodes
impl UnwindSafe for SDPAttributeIdentifierCodes
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.