Struct pcap_parser::pcapng::OptionCode [−][src]
pub struct OptionCode(pub u16);
Tuple Fields
0: u16
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OptionCode
impl Send for OptionCode
impl Sync for OptionCode
impl Unpin for OptionCode
impl UnwindSafe for OptionCode
Blanket Implementations
Mutably borrows from an owned value. Read more