pub struct RecoveryParametersSet {
pub reordering_threshold: Option<u16>,
pub time_threshold: Option<f32>,
pub timer_granularity: Option<u16>,
pub initial_rtt: Option<f32>,
pub max_datagram_size: Option<u32>,
pub initial_congestion_window: Option<u64>,
pub minimum_congestion_window: Option<u32>,
pub loss_reduction_factor: Option<f32>,
pub persistent_congestion_threshold: Option<u16>,
}
Fields§
§reordering_threshold: Option<u16>
§time_threshold: Option<f32>
§timer_granularity: Option<u16>
§initial_rtt: Option<f32>
§max_datagram_size: Option<u32>
§initial_congestion_window: Option<u64>
§minimum_congestion_window: Option<u32>
§loss_reduction_factor: Option<f32>
§persistent_congestion_threshold: Option<u16>
Trait Implementations§
Source§impl Clone for RecoveryParametersSet
impl Clone for RecoveryParametersSet
Source§fn clone(&self) -> RecoveryParametersSet
fn clone(&self) -> RecoveryParametersSet
Returns a copy of the value. Read more
1.0.0 · 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 RecoveryParametersSet
impl Debug for RecoveryParametersSet
Source§impl<'de> Deserialize<'de> for RecoveryParametersSet
impl<'de> Deserialize<'de> for RecoveryParametersSet
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RecoveryParametersSet
impl PartialEq for RecoveryParametersSet
Source§impl Serialize for RecoveryParametersSet
impl Serialize for RecoveryParametersSet
impl StructuralPartialEq for RecoveryParametersSet
Auto Trait Implementations§
impl Freeze for RecoveryParametersSet
impl RefUnwindSafe for RecoveryParametersSet
impl Send for RecoveryParametersSet
impl Sync for RecoveryParametersSet
impl Unpin for RecoveryParametersSet
impl UnwindSafe for RecoveryParametersSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)