pub enum Icmpv6MessageType {
Show 15 variants
DestUnreachable,
PacketTooBig,
TimeExceeded,
ParameterProblem,
EchoRequest,
EchoReply,
RouterSolicitation,
RouterAdvertisement,
NeighborSolicitation,
NeighborAdvertisement,
Redirect,
MulticastListenerQuery,
MulticastListenerReport,
MulticastListenerDone,
MulticastListenerReportV2,
}
Variants§
DestUnreachable
PacketTooBig
TimeExceeded
ParameterProblem
EchoRequest
EchoReply
RouterSolicitation
RouterAdvertisement
NeighborSolicitation
NeighborAdvertisement
Redirect
MulticastListenerQuery
MulticastListenerReport
MulticastListenerDone
MulticastListenerReportV2
Trait Implementations§
Source§impl Clone for Icmpv6MessageType
impl Clone for Icmpv6MessageType
Source§fn clone(&self) -> Icmpv6MessageType
fn clone(&self) -> Icmpv6MessageType
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 Icmpv6MessageType
impl Debug for Icmpv6MessageType
Source§impl Display for Icmpv6MessageType
impl Display for Icmpv6MessageType
Source§impl From<Icmpv6MessageType> for u8
impl From<Icmpv6MessageType> for u8
Source§fn from(name: Icmpv6MessageType) -> u8
fn from(name: Icmpv6MessageType) -> u8
Converts to this type from the input type.
Source§impl<I: IcmpIpExt> GenericOverIp<I> for Icmpv6MessageType
impl<I: IcmpIpExt> GenericOverIp<I> for Icmpv6MessageType
Source§type Type = <I as IcmpIpExt>::IcmpMessageType
type Type = <I as IcmpIpExt>::IcmpMessageType
The type of
Self
when its IP-generic parameter is replaced with the
type NewIp
.Source§impl IcmpMessageType for Icmpv6MessageType
impl IcmpMessageType for Icmpv6MessageType
Source§impl PartialEq for Icmpv6MessageType
impl PartialEq for Icmpv6MessageType
Source§impl TryFrom<u8> for Icmpv6MessageType
impl TryFrom<u8> for Icmpv6MessageType
impl Copy for Icmpv6MessageType
impl Eq for Icmpv6MessageType
impl StructuralPartialEq for Icmpv6MessageType
Auto Trait Implementations§
impl Freeze for Icmpv6MessageType
impl RefUnwindSafe for Icmpv6MessageType
impl Send for Icmpv6MessageType
impl Sync for Icmpv6MessageType
impl Unpin for Icmpv6MessageType
impl UnwindSafe for Icmpv6MessageType
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
)