pub enum TsResolution {
MicroSecond,
NanoSecond,
}
Expand description
Timestamp resolution of the pcap
Variants§
Trait Implementations§
Source§impl Clone for TsResolution
impl Clone for TsResolution
Source§fn clone(&self) -> TsResolution
fn clone(&self) -> TsResolution
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TsResolution
impl Debug for TsResolution
Source§impl PartialEq for TsResolution
impl PartialEq for TsResolution
impl Copy for TsResolution
impl Eq for TsResolution
impl StructuralPartialEq for TsResolution
Auto Trait Implementations§
impl Freeze for TsResolution
impl RefUnwindSafe for TsResolution
impl Send for TsResolution
impl Sync for TsResolution
impl Unpin for TsResolution
impl UnwindSafe for TsResolution
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more