#[repr(transparent)]pub struct BluetoothAMPManagerCode(pub c_uint);Available on crate feature
Bluetooth only.Expand description
Tuple Fields§
§0: c_uintImplementations§
Source§impl BluetoothAMPManagerCode
impl BluetoothAMPManagerCode
pub const Reserved: Self
pub const AMPCommandReject: Self
pub const AMPDiscoverRequest: Self
pub const AMPDiscoverResponse: Self
pub const AMPChangeNotify: Self
pub const AMPChangeResponse: Self
pub const AMPGetInfoRequest: Self
pub const AMPGetInfoResponse: Self
pub const AMPGetAssocRequest: Self
pub const AMPGetAssocResponse: Self
pub const AMPCreatePhysicalLinkRequest: Self
pub const AMPCreatePhysicalLinkResponse: Self
pub const AMPDisconnectPhysicalLinkRequest: Self
pub const AMPDisconnectPhysicalLinkResponse: Self
Trait Implementations§
Source§impl Clone for BluetoothAMPManagerCode
impl Clone for BluetoothAMPManagerCode
Source§fn clone(&self) -> BluetoothAMPManagerCode
fn clone(&self) -> BluetoothAMPManagerCode
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 BluetoothAMPManagerCode
impl Debug for BluetoothAMPManagerCode
Source§impl Encode for BluetoothAMPManagerCode
Available on crate feature objc2 only.
impl Encode for BluetoothAMPManagerCode
Available on crate feature
objc2 only.Source§impl Hash for BluetoothAMPManagerCode
impl Hash for BluetoothAMPManagerCode
Source§impl Ord for BluetoothAMPManagerCode
impl Ord for BluetoothAMPManagerCode
Source§fn cmp(&self, other: &BluetoothAMPManagerCode) -> Ordering
fn cmp(&self, other: &BluetoothAMPManagerCode) -> 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 BluetoothAMPManagerCode
impl PartialEq for BluetoothAMPManagerCode
Source§impl PartialOrd for BluetoothAMPManagerCode
impl PartialOrd for BluetoothAMPManagerCode
Source§impl RefEncode for BluetoothAMPManagerCode
Available on crate feature objc2 only.
impl RefEncode for BluetoothAMPManagerCode
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 BluetoothAMPManagerCode
impl Eq for BluetoothAMPManagerCode
impl StructuralPartialEq for BluetoothAMPManagerCode
Auto Trait Implementations§
impl Freeze for BluetoothAMPManagerCode
impl RefUnwindSafe for BluetoothAMPManagerCode
impl Send for BluetoothAMPManagerCode
impl Sync for BluetoothAMPManagerCode
impl Unpin for BluetoothAMPManagerCode
impl UnwindSafe for BluetoothAMPManagerCode
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.