pub struct PmtuFrame {
pub pmtu: u16,
}Expand description
The peer’s observed path MTU. A drop (1500 -> ~1280) flags a lower-MTU link engaging, e.g. a cellular handoff; the frame size should track it.
Fields§
§pmtu: u16Trait Implementations§
impl Copy for PmtuFrame
impl Eq for PmtuFrame
impl StructuralPartialEq for PmtuFrame
Auto Trait Implementations§
impl Freeze for PmtuFrame
impl RefUnwindSafe for PmtuFrame
impl Send for PmtuFrame
impl Sync for PmtuFrame
impl Unpin for PmtuFrame
impl UnsafeUnpin for PmtuFrame
impl UnwindSafe for PmtuFrame
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