pub struct BtHostPeerConnectionEventEventCodes {
pub mode: BtHostPeerConnectionEventMetricDimensionMode,
pub event: BtHostPeerConnectionEventMetricDimensionEvent,
pub direction: BtHostPeerConnectionEventMetricDimensionDirection,
}Fields§
§mode: BtHostPeerConnectionEventMetricDimensionMode§event: BtHostPeerConnectionEventMetricDimensionEvent§direction: BtHostPeerConnectionEventMetricDimensionDirectionTrait Implementations§
Source§impl AsEventCodes for BtHostPeerConnectionEventEventCodes
impl AsEventCodes for BtHostPeerConnectionEventEventCodes
Source§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.Source§impl Clone for BtHostPeerConnectionEventEventCodes
impl Clone for BtHostPeerConnectionEventEventCodes
Source§fn clone(&self) -> BtHostPeerConnectionEventEventCodes
fn clone(&self) -> BtHostPeerConnectionEventEventCodes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BtHostPeerConnectionEventEventCodes
impl Eq for BtHostPeerConnectionEventEventCodes
Source§impl Ord for BtHostPeerConnectionEventEventCodes
impl Ord for BtHostPeerConnectionEventEventCodes
Source§fn cmp(&self, other: &BtHostPeerConnectionEventEventCodes) -> Ordering
fn cmp(&self, other: &BtHostPeerConnectionEventEventCodes) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for BtHostPeerConnectionEventEventCodes
impl PartialOrd for BtHostPeerConnectionEventEventCodes
impl StructuralPartialEq for BtHostPeerConnectionEventEventCodes
Auto Trait Implementations§
impl Freeze for BtHostPeerConnectionEventEventCodes
impl RefUnwindSafe for BtHostPeerConnectionEventEventCodes
impl Send for BtHostPeerConnectionEventEventCodes
impl Sync for BtHostPeerConnectionEventEventCodes
impl Unpin for BtHostPeerConnectionEventEventCodes
impl UnsafeUnpin for BtHostPeerConnectionEventEventCodes
impl UnwindSafe for BtHostPeerConnectionEventEventCodes
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