Struct AvrcpDistinctRemotePeerCapabilitiesEventCodes
pub struct AvrcpDistinctRemotePeerCapabilitiesEventCodes {
pub remote_role: BluetoothMetricDimensionRemoteRole,
pub feature: BluetoothMetricDimensionFeature,
}
Fields§
§remote_role: BluetoothMetricDimensionRemoteRole
§feature: BluetoothMetricDimensionFeature
Trait Implementations§
§impl AsEventCodes for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl AsEventCodes for AvrcpDistinctRemotePeerCapabilitiesEventCodes
§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32>
of event codes.§impl Clone for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl Clone for AvrcpDistinctRemotePeerCapabilitiesEventCodes
§fn clone(&self) -> AvrcpDistinctRemotePeerCapabilitiesEventCodes
fn clone(&self) -> AvrcpDistinctRemotePeerCapabilitiesEventCodes
Returns a copy 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 more§impl Ord for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl Ord for AvrcpDistinctRemotePeerCapabilitiesEventCodes
§fn cmp(&self, other: &AvrcpDistinctRemotePeerCapabilitiesEventCodes) -> Ordering
fn cmp(&self, other: &AvrcpDistinctRemotePeerCapabilitiesEventCodes) -> 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
§impl PartialEq for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl PartialEq for AvrcpDistinctRemotePeerCapabilitiesEventCodes
§fn eq(&self, other: &AvrcpDistinctRemotePeerCapabilitiesEventCodes) -> bool
fn eq(&self, other: &AvrcpDistinctRemotePeerCapabilitiesEventCodes) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.§impl PartialOrd for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl PartialOrd for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl Copy for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl Eq for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl StructuralPartialEq for AvrcpDistinctRemotePeerCapabilitiesEventCodes
Auto Trait Implementations§
impl Freeze for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl RefUnwindSafe for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl Send for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl Sync for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl Unpin for AvrcpDistinctRemotePeerCapabilitiesEventCodes
impl UnwindSafe for AvrcpDistinctRemotePeerCapabilitiesEventCodes
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)