pub struct FramesProcessed {
pub frames: Vec<QuicFrame>,
pub packet_number: Option<u64>,
}
Fields§
§frames: Vec<QuicFrame>
§packet_number: Option<u64>
Trait Implementations§
Source§impl Clone for FramesProcessed
impl Clone for FramesProcessed
Source§fn clone(&self) -> FramesProcessed
fn clone(&self) -> FramesProcessed
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 FramesProcessed
impl Debug for FramesProcessed
Source§impl<'de> Deserialize<'de> for FramesProcessed
impl<'de> Deserialize<'de> for FramesProcessed
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 FramesProcessed
impl PartialEq for FramesProcessed
Source§impl Serialize for FramesProcessed
impl Serialize for FramesProcessed
impl StructuralPartialEq for FramesProcessed
Auto Trait Implementations§
impl Freeze for FramesProcessed
impl RefUnwindSafe for FramesProcessed
impl Send for FramesProcessed
impl Sync for FramesProcessed
impl Unpin for FramesProcessed
impl UnwindSafe for FramesProcessed
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
)