Struct pnet_packet::ipv4::Ipv4Option [−][src]
pub struct Ipv4Option { /* fields omitted */ }
Expand description
Represents the IPv4 Option field.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ipv4Option
impl Send for Ipv4Option
impl Sync for Ipv4Option
impl Unpin for Ipv4Option
impl UnwindSafe for Ipv4Option
Blanket Implementations
Mutably borrows from an owned value. Read more