Struct Icmpv6ParamProblem
pub struct Icmpv6ParamProblem(pub u8);Expand description
Internet protocol control message subtype for the type “Parameter Problem”.
Tuple Fields§
§0: u8Implementations§
§impl ParamProblem
impl ParamProblem
pub const ErroneousHdrField: ParamProblem
pub const ErroneousHdrField: ParamProblem
Erroneous header field encountered.
pub const UnrecognizedNxtHdr: ParamProblem
pub const UnrecognizedNxtHdr: ParamProblem
Unrecognized Next Header type encountered.
pub const UnrecognizedOption: ParamProblem
pub const UnrecognizedOption: ParamProblem
Unrecognized IPv6 option encountered.
Trait Implementations§
§impl Clone for ParamProblem
impl Clone for ParamProblem
§fn clone(&self) -> ParamProblem
fn clone(&self) -> ParamProblem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParamProblem
§impl Debug for ParamProblem
impl Debug for ParamProblem
§impl Display for ParamProblem
impl Display for ParamProblem
impl Eq for ParamProblem
§impl Format for ParamProblem
Available on crate feature defmt only.
impl Format for ParamProblem
Available on crate feature
defmt only.§impl From<u8> for ParamProblem
impl From<u8> for ParamProblem
§fn from(value: u8) -> ParamProblem
fn from(value: u8) -> ParamProblem
Converts to this type from the input type.
§impl Hash for ParamProblem
impl Hash for ParamProblem
§impl Ord for ParamProblem
impl Ord for ParamProblem
§fn cmp(&self, other: &ParamProblem) -> Ordering
fn cmp(&self, other: &ParamProblem) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for ParamProblem
impl PartialEq for ParamProblem
§impl PartialOrd for ParamProblem
impl PartialOrd for ParamProblem
impl StructuralPartialEq for ParamProblem
Auto Trait Implementations§
impl Freeze for ParamProblem
impl RefUnwindSafe for ParamProblem
impl Send for ParamProblem
impl Sync for ParamProblem
impl Unpin for ParamProblem
impl UnsafeUnpin for ParamProblem
impl UnwindSafe for ParamProblem
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