pub struct TransportProbeMetadata {
pub probe_id: u32,
pub probe_payload_bytes: u32,
pub client_send_ts_us: u64,
}Fields§
§probe_id: u32§probe_payload_bytes: u32§client_send_ts_us: u64Implementations§
Trait Implementations§
Source§impl Clone for TransportProbeMetadata
impl Clone for TransportProbeMetadata
Source§fn clone(&self) -> TransportProbeMetadata
fn clone(&self) -> TransportProbeMetadata
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 moreSource§impl Debug for TransportProbeMetadata
impl Debug for TransportProbeMetadata
Source§impl PartialEq for TransportProbeMetadata
impl PartialEq for TransportProbeMetadata
Source§fn eq(&self, other: &TransportProbeMetadata) -> bool
fn eq(&self, other: &TransportProbeMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TransportProbeMetadata
impl Eq for TransportProbeMetadata
impl StructuralPartialEq for TransportProbeMetadata
Auto Trait Implementations§
impl Freeze for TransportProbeMetadata
impl RefUnwindSafe for TransportProbeMetadata
impl Send for TransportProbeMetadata
impl Sync for TransportProbeMetadata
impl Unpin for TransportProbeMetadata
impl UnsafeUnpin for TransportProbeMetadata
impl UnwindSafe for TransportProbeMetadata
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