Struct zero_packet::network::icmp::IcmpParser
source · pub struct IcmpParser<'a> {
pub data: &'a [u8],
}
Fields§
§data: &'a [u8]
Implementations§
Trait Implementations§
source§impl Debug for IcmpParser<'_>
impl Debug for IcmpParser<'_>
source§impl<'a> PartialEq for IcmpParser<'a>
impl<'a> PartialEq for IcmpParser<'a>
source§fn eq(&self, other: &IcmpParser<'a>) -> bool
fn eq(&self, other: &IcmpParser<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> StructuralPartialEq for IcmpParser<'a>
Auto Trait Implementations§
impl<'a> Freeze for IcmpParser<'a>
impl<'a> RefUnwindSafe for IcmpParser<'a>
impl<'a> Send for IcmpParser<'a>
impl<'a> Sync for IcmpParser<'a>
impl<'a> Unpin for IcmpParser<'a>
impl<'a> UnwindSafe for IcmpParser<'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