pub enum Icmp<'a> {
Raw(&'a [u8]),
}Expand description
Contains the inner payload of an IcmpPdu
Variants§
Trait Implementations§
impl<'a> Copy for Icmp<'a>
Auto Trait Implementations§
impl<'a> Freeze for Icmp<'a>
impl<'a> RefUnwindSafe for Icmp<'a>
impl<'a> Send for Icmp<'a>
impl<'a> Sync for Icmp<'a>
impl<'a> Unpin for Icmp<'a>
impl<'a> UnwindSafe for Icmp<'a>
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