pub struct TcpOptionsTooLongError;
Expand description
Options provided to TcpSegmentBuilderWithOptions::new
exceed
MAX_OPTIONS_LEN
when serialized.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcpOptionsTooLongError
impl RefUnwindSafe for TcpOptionsTooLongError
impl Send for TcpOptionsTooLongError
impl Sync for TcpOptionsTooLongError
impl Unpin for TcpOptionsTooLongError
impl UnwindSafe for TcpOptionsTooLongError
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