Struct s2n_quic_core::event::builder::FrameSent
source · pub struct FrameSent {
pub packet_header: PacketHeader,
pub path_id: u64,
pub frame: Frame,
}Expand description
Frame was sent
Fields§
§packet_header: PacketHeader§path_id: u64§frame: FrameTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FrameSent
impl Send for FrameSent
impl Sync for FrameSent
impl Unpin for FrameSent
impl UnwindSafe for FrameSent
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