Enum pcap_file::pcap_header::Endianness [] [src]

pub enum Endianness {
    Big,
    Little,
}

Represents the endianness of the global header

Variants

Trait Implementations

impl Copy for Endianness
[src]

impl Clone for Endianness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Endianness
[src]

Formats the value using the given formatter.