#[repr(transparent)]pub struct BluetoothL2CAPCommandCode(pub c_uint);Available on crate feature
Bluetooth only.Expand description
Tuple Fields§
§0: c_uintImplementations§
Source§impl BluetoothL2CAPCommandCode
impl BluetoothL2CAPCommandCode
pub const Reserved: Self
pub const CommandReject: Self
pub const ConnectionRequest: Self
pub const ConnectionResponse: Self
pub const ConfigureRequest: Self
pub const ConfigureResponse: Self
pub const DisconnectionRequest: Self
pub const DisconnectionResponse: Self
pub const EchoRequest: Self
pub const EchoResponse: Self
pub const InformationRequest: Self
pub const InformationResponse: Self
pub const CreateChannelRequest: Self
pub const CreateChannelResponse: Self
pub const MoveChannelRequest: Self
pub const MoveChannelResponse: Self
pub const MoveChannelConfirmation: Self
pub const MoveChannelConfirmationResponse: Self
pub const ConnectionParameterUpdateRequest: Self
pub const ConnectionParameterUpdateResponse: Self
pub const LECreditBasedConnectionRequest: Self
pub const LECreditBasedConnectionResponse: Self
pub const LEFlowControlCredit: Self
Trait Implementations§
Source§impl Clone for BluetoothL2CAPCommandCode
impl Clone for BluetoothL2CAPCommandCode
Source§fn clone(&self) -> BluetoothL2CAPCommandCode
fn clone(&self) -> BluetoothL2CAPCommandCode
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 BluetoothL2CAPCommandCode
impl Debug for BluetoothL2CAPCommandCode
Source§impl Encode for BluetoothL2CAPCommandCode
Available on crate feature objc2 only.
impl Encode for BluetoothL2CAPCommandCode
Available on crate feature
objc2 only.Source§impl Hash for BluetoothL2CAPCommandCode
impl Hash for BluetoothL2CAPCommandCode
Source§impl Ord for BluetoothL2CAPCommandCode
impl Ord for BluetoothL2CAPCommandCode
Source§fn cmp(&self, other: &BluetoothL2CAPCommandCode) -> Ordering
fn cmp(&self, other: &BluetoothL2CAPCommandCode) -> 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 BluetoothL2CAPCommandCode
impl PartialOrd for BluetoothL2CAPCommandCode
Source§impl RefEncode for BluetoothL2CAPCommandCode
Available on crate feature objc2 only.
impl RefEncode for BluetoothL2CAPCommandCode
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 BluetoothL2CAPCommandCode
impl Eq for BluetoothL2CAPCommandCode
impl StructuralPartialEq for BluetoothL2CAPCommandCode
Auto Trait Implementations§
impl Freeze for BluetoothL2CAPCommandCode
impl RefUnwindSafe for BluetoothL2CAPCommandCode
impl Send for BluetoothL2CAPCommandCode
impl Sync for BluetoothL2CAPCommandCode
impl Unpin for BluetoothL2CAPCommandCode
impl UnwindSafe for BluetoothL2CAPCommandCode
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.