[][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

Blanket Implementations

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.

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

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

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