#[repr(C)]pub struct moq_connection_snapshot {
pub stats: moq_connection_stats,
pub protocol: moq_string,
}Expand description
Statistics and protocol sampled from the same connection by moq_session_snapshot.
Fields§
§stats: moq_connection_statsTransport statistics, with per-metric availability flags.
protocol: moq_stringNegotiated draft name, backed by static storage valid for the process lifetime.
Auto Trait Implementations§
impl !Send for moq_connection_snapshot
impl !Sync for moq_connection_snapshot
impl Freeze for moq_connection_snapshot
impl RefUnwindSafe for moq_connection_snapshot
impl Unpin for moq_connection_snapshot
impl UnsafeUnpin for moq_connection_snapshot
impl UnwindSafe for moq_connection_snapshot
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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