Enum pcap_file::pcap_header::TsResolution
[−]
[src]
pub enum TsResolution { MicroSecond, NanoSecond, }
Represents each possible timestamp resolution
Variants
MicroSecond
NanoSecond
Trait Implementations
impl Copy for TsResolution
[src]
impl Clone for TsResolution
[src]
fn clone(&self) -> TsResolution
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