pub enum CaptureLayers {
Radio,
Ulcp,
Both,
}Expand description
Which layers a pcap file records.
Variants§
Radio
Frames the radio heard over the air.
Ulcp
Control traffic between this host and the device.
Both
Implementations§
Trait Implementations§
Source§impl Clone for CaptureLayers
impl Clone for CaptureLayers
Source§fn clone(&self) -> CaptureLayers
fn clone(&self) -> CaptureLayers
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CaptureLayers
impl Debug for CaptureLayers
Source§impl Default for CaptureLayers
impl Default for CaptureLayers
Source§fn default() -> CaptureLayers
fn default() -> CaptureLayers
Returns the “default value” for a type. Read more
Source§impl PartialEq for CaptureLayers
impl PartialEq for CaptureLayers
Source§impl ValueEnum for CaptureLayers
impl ValueEnum for CaptureLayers
impl Copy for CaptureLayers
impl Eq for CaptureLayers
impl StructuralPartialEq for CaptureLayers
Auto Trait Implementations§
impl Freeze for CaptureLayers
impl RefUnwindSafe for CaptureLayers
impl Send for CaptureLayers
impl Sync for CaptureLayers
impl Unpin for CaptureLayers
impl UnwindSafe for CaptureLayers
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)