Enum pcap_file::pcap_header::Endianness
[−]
[src]
pub enum Endianness {
Big,
Little,
}Represents the endianness of the global header
Variants
BigLittleTrait Implementations
impl Copy for Endianness[src]
impl Clone for Endianness[src]
fn clone(&self) -> Endianness
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more