Struct pcap_parser::pcapng::SecretsType [−][src]
pub struct SecretsType(pub u32);
Tuple Fields
0: u32
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 SecretsType
impl Send for SecretsType
impl Sync for SecretsType
impl Unpin for SecretsType
impl UnwindSafe for SecretsType
Blanket Implementations
Mutably borrows from an owned value. Read more