Struct s2n_quic_core::packet::interceptor::Packet
source · [−]pub struct Packet {
pub number: PacketNumber,
pub timestamp: Timestamp,
}Expand description
TODO add non_exhaustive once/if this feature is stable
Fields
number: PacketNumbertimestamp: TimestampTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Packet
impl Send for Packet
impl Sync for Packet
impl Unpin for Packet
impl UnwindSafe for Packet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more