Struct librist_sys::rist_stats_receiver_flow[][src]

#[repr(C)]pub struct rist_stats_receiver_flow {
    pub peer_count: u32,
    pub cname: [c_char; 256],
    pub flow_id: u32,
    pub status: c_int,
    pub bandwidth: size_t,
    pub retry_bandwidth: size_t,
    pub sent: u64,
    pub received: u64,
    pub missing: u32,
    pub reordered: u32,
    pub recovered: u32,
    pub recovered_one_retry: u32,
    pub lost: u32,
    pub quality: f64,
    pub min_inter_packet_spacing: u64,
    pub cur_inter_packet_spacing: u64,
    pub max_inter_packet_spacing: u64,
    pub rtt: u32,
}

Fields

peer_count: u32cname: [c_char; 256]flow_id: u32status: c_intbandwidth: size_tretry_bandwidth: size_tsent: u64received: u64missing: u32reordered: u32recovered: u32recovered_one_retry: u32lost: u32quality: f64min_inter_packet_spacing: u64cur_inter_packet_spacing: u64max_inter_packet_spacing: u64rtt: u32

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.