pub struct LossTimerUpdated {
pub timer_type: Option<TimerType>,
pub packet_number_space: Option<PacketNumberSpace>,
pub event_type: LossTimerEventType,
pub delta: Option<f32>,
}
Fields§
§timer_type: Option<TimerType>
§packet_number_space: Option<PacketNumberSpace>
§event_type: LossTimerEventType
§delta: Option<f32>
Trait Implementations§
Source§impl Clone for LossTimerUpdated
impl Clone for LossTimerUpdated
Source§fn clone(&self) -> LossTimerUpdated
fn clone(&self) -> LossTimerUpdated
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 LossTimerUpdated
impl Debug for LossTimerUpdated
Source§impl<'de> Deserialize<'de> for LossTimerUpdated
impl<'de> Deserialize<'de> for LossTimerUpdated
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 LossTimerUpdated
impl PartialEq for LossTimerUpdated
Source§impl Serialize for LossTimerUpdated
impl Serialize for LossTimerUpdated
impl StructuralPartialEq for LossTimerUpdated
Auto Trait Implementations§
impl Freeze for LossTimerUpdated
impl RefUnwindSafe for LossTimerUpdated
impl Send for LossTimerUpdated
impl Sync for LossTimerUpdated
impl Unpin for LossTimerUpdated
impl UnwindSafe for LossTimerUpdated
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
)