pub struct OutFrame {
pub generation: u32,
pub frame: FrameBuf,
}Expand description
One raw ULCP frame in a transport output queue, stamped with the
session generation that produced it so a displaced session’s frames
are dropped at the transport edge (transport_policy::generation_checked).
Fields§
§generation: u32§frame: FrameBufAuto Trait Implementations§
impl Freeze for OutFrame
impl RefUnwindSafe for OutFrame
impl Send for OutFrame
impl Sync for OutFrame
impl Unpin for OutFrame
impl UnwindSafe for OutFrame
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more