Struct Icmpv6DstUnreachable
pub struct Icmpv6DstUnreachable(pub u8);Expand description
Internet protocol control message subtype for type “Destination Unreachable”.
Tuple Fields§
§0: u8Implementations§
§impl DstUnreachable
impl DstUnreachable
pub const NoRoute: DstUnreachable
pub const NoRoute: DstUnreachable
No Route to destination.
pub const AdminProhibit: DstUnreachable
pub const AdminProhibit: DstUnreachable
Communication with destination administratively prohibited.
pub const BeyondScope: DstUnreachable
pub const BeyondScope: DstUnreachable
Beyond scope of source address.
pub const AddrUnreachable: DstUnreachable
pub const AddrUnreachable: DstUnreachable
Address unreachable.
pub const PortUnreachable: DstUnreachable
pub const PortUnreachable: DstUnreachable
Port unreachable.
pub const FailedPolicy: DstUnreachable
pub const FailedPolicy: DstUnreachable
Source address failed ingress/egress policy.
pub const RejectRoute: DstUnreachable
pub const RejectRoute: DstUnreachable
Reject route to destination.
Trait Implementations§
§impl Clone for DstUnreachable
impl Clone for DstUnreachable
§fn clone(&self) -> DstUnreachable
fn clone(&self) -> DstUnreachable
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 DstUnreachable
§impl Debug for DstUnreachable
impl Debug for DstUnreachable
§impl Display for DstUnreachable
impl Display for DstUnreachable
impl Eq for DstUnreachable
§impl Format for DstUnreachable
Available on crate feature defmt only.
impl Format for DstUnreachable
Available on crate feature
defmt only.§impl From<u8> for DstUnreachable
impl From<u8> for DstUnreachable
§fn from(value: u8) -> DstUnreachable
fn from(value: u8) -> DstUnreachable
Converts to this type from the input type.
§impl Hash for DstUnreachable
impl Hash for DstUnreachable
§impl Ord for DstUnreachable
impl Ord for DstUnreachable
§fn cmp(&self, other: &DstUnreachable) -> Ordering
fn cmp(&self, other: &DstUnreachable) -> 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 DstUnreachable
impl PartialEq for DstUnreachable
§impl PartialOrd for DstUnreachable
impl PartialOrd for DstUnreachable
impl StructuralPartialEq for DstUnreachable
Auto Trait Implementations§
impl Freeze for DstUnreachable
impl RefUnwindSafe for DstUnreachable
impl Send for DstUnreachable
impl Sync for DstUnreachable
impl Unpin for DstUnreachable
impl UnsafeUnpin for DstUnreachable
impl UnwindSafe for DstUnreachable
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