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