Struct xenet_packet::ipv6::Extension
source · pub struct Extension {
pub next_header: IpNextLevelProtocol,
pub hdr_ext_len: u8,
pub options: Vec<u8>,
}
Expand description
Represents an IPv6 Extension.
Fields§
§next_header: IpNextLevelProtocol
§hdr_ext_len: u8
§options: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Extension
impl Send for Extension
impl Sync for Extension
impl Unpin for Extension
impl UnwindSafe for Extension
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