[][src]Struct libccp::Primitives

pub struct Primitives(pub ccp_primitives);

Methods

impl Primitives[src]

pub fn with_bytes_acked(self, val: u32) -> Self[src]

pub fn with_packets_acked(self, val: u32) -> Self[src]

pub fn with_bytes_misordered(self, val: u32) -> Self[src]

pub fn with_packets_misordered(self, val: u32) -> Self[src]

pub fn with_ecn_bytes(self, val: u32) -> Self[src]

pub fn with_ecn_packets(self, val: u32) -> Self[src]

pub fn with_lost_pkts_sample(self, val: u32) -> Self[src]

pub fn with_was_timeout(self, val: bool) -> Self[src]

pub fn with_rtt_sample_us(self, val: u64) -> Self[src]

pub fn with_rate_outgoing(self, val: u64) -> Self[src]

pub fn with_rate_incoming(self, val: u64) -> Self[src]

pub fn with_bytes_in_flight(self, val: u32) -> Self[src]

pub fn with_packets_in_flight(self, val: u32) -> Self[src]

pub fn with_snd_cwnd(self, val: u32) -> Self[src]

pub fn with_snd_rate(self, val: u64) -> Self[src]

pub fn with_bytes_pending(self, val: u32) -> Self[src]

Trait Implementations

impl Default for Primitives[src]

Auto Trait Implementations

impl Send for Primitives

impl Sync for Primitives

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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