pub enum IcmpEchoType {
Reply = 0,
ReplyV6 = 129,
Request = 8,
RequestV6 = 128,
}Variants§
Trait Implementations§
Source§impl Clone for IcmpEchoType
impl Clone for IcmpEchoType
Source§fn clone(&self) -> IcmpEchoType
fn clone(&self) -> IcmpEchoType
Returns a duplicate 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 IcmpEchoType
impl Debug for IcmpEchoType
Source§impl Default for IcmpEchoType
impl Default for IcmpEchoType
Source§fn default() -> IcmpEchoType
fn default() -> IcmpEchoType
Returns the “default value” for a type. Read more
Source§impl PartialEq for IcmpEchoType
impl PartialEq for IcmpEchoType
impl Copy for IcmpEchoType
impl StructuralPartialEq for IcmpEchoType
Auto Trait Implementations§
impl Freeze for IcmpEchoType
impl RefUnwindSafe for IcmpEchoType
impl Send for IcmpEchoType
impl Sync for IcmpEchoType
impl Unpin for IcmpEchoType
impl UnwindSafe for IcmpEchoType
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