pub struct IcmpType(pub u8);
Expand description
Represents the “ICMP type” header field.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Ord for IcmpType
impl Ord for IcmpType
Source§impl PartialOrd for IcmpType
impl PartialOrd for IcmpType
Source§impl PrimitiveValues for IcmpType
impl PrimitiveValues for IcmpType
impl Copy for IcmpType
impl Eq for IcmpType
impl StructuralPartialEq for IcmpType
Auto Trait Implementations§
impl Freeze for IcmpType
impl RefUnwindSafe for IcmpType
impl Send for IcmpType
impl Sync for IcmpType
impl Unpin for IcmpType
impl UnwindSafe for IcmpType
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