pub struct ExtHdrParseError;
Expand description
We were unable to parse the extension headers.
As a result, we were unable to determine the upper-layer Protocol Number (which is stored in the last extension header’s Next Header field) and were unable figure out where the body begins.
Trait Implementations§
Source§impl Clone for ExtHdrParseError
impl Clone for ExtHdrParseError
Source§fn clone(&self) -> ExtHdrParseError
fn clone(&self) -> ExtHdrParseError
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 ExtHdrParseError
impl Debug for ExtHdrParseError
Source§impl PartialEq for ExtHdrParseError
impl PartialEq for ExtHdrParseError
impl Copy for ExtHdrParseError
impl Eq for ExtHdrParseError
impl StructuralPartialEq for ExtHdrParseError
Auto Trait Implementations§
impl Freeze for ExtHdrParseError
impl RefUnwindSafe for ExtHdrParseError
impl Send for ExtHdrParseError
impl Sync for ExtHdrParseError
impl Unpin for ExtHdrParseError
impl UnwindSafe for ExtHdrParseError
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
)