pub struct IPProtocolType {
pub value: u8,
}
Expand description
Represents a protocol type that may be listed in the protocol/next_header field of an IPv4/IPv6 header
Fields§
§value: u8
Implementations§
Auto Trait Implementations§
impl Freeze for IPProtocolType
impl RefUnwindSafe for IPProtocolType
impl Send for IPProtocolType
impl Sync for IPProtocolType
impl Unpin for IPProtocolType
impl UnwindSafe for IPProtocolType
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