Struct Icmpv6TimeExceeded
pub struct Icmpv6TimeExceeded(pub u8);Expand description
Internet protocol control message subtype for the type “Time Exceeded”.
Tuple Fields§
§0: u8Implementations§
§impl TimeExceeded
impl TimeExceeded
pub const HopLimitExceeded: TimeExceeded
pub const HopLimitExceeded: TimeExceeded
Hop limit exceeded in transit.
pub const FragReassemExceeded: TimeExceeded
pub const FragReassemExceeded: TimeExceeded
Fragment reassembly time exceeded.
Trait Implementations§
§impl Clone for TimeExceeded
impl Clone for TimeExceeded
§fn clone(&self) -> TimeExceeded
fn clone(&self) -> TimeExceeded
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 TimeExceeded
§impl Debug for TimeExceeded
impl Debug for TimeExceeded
§impl Display for TimeExceeded
impl Display for TimeExceeded
impl Eq for TimeExceeded
§impl Format for TimeExceeded
Available on crate feature defmt only.
impl Format for TimeExceeded
Available on crate feature
defmt only.§impl From<u8> for TimeExceeded
impl From<u8> for TimeExceeded
§fn from(value: u8) -> TimeExceeded
fn from(value: u8) -> TimeExceeded
Converts to this type from the input type.
§impl Hash for TimeExceeded
impl Hash for TimeExceeded
§impl Ord for TimeExceeded
impl Ord for TimeExceeded
§fn cmp(&self, other: &TimeExceeded) -> Ordering
fn cmp(&self, other: &TimeExceeded) -> 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 TimeExceeded
impl PartialEq for TimeExceeded
§impl PartialOrd for TimeExceeded
impl PartialOrd for TimeExceeded
impl StructuralPartialEq for TimeExceeded
Auto Trait Implementations§
impl Freeze for TimeExceeded
impl RefUnwindSafe for TimeExceeded
impl Send for TimeExceeded
impl Sync for TimeExceeded
impl Unpin for TimeExceeded
impl UnsafeUnpin for TimeExceeded
impl UnwindSafe for TimeExceeded
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