pub enum TracerDirection {
RX,
TX,
}Expand description
Direction on which packet is being traced
Variants§
Trait Implementations§
Source§impl Clone for TracerDirection
impl Clone for TracerDirection
Source§fn clone(&self) -> TracerDirection
fn clone(&self) -> TracerDirection
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 TracerDirection
impl Debug for TracerDirection
Source§impl PartialEq for TracerDirection
impl PartialEq for TracerDirection
impl Copy for TracerDirection
impl StructuralPartialEq for TracerDirection
Auto Trait Implementations§
impl Freeze for TracerDirection
impl RefUnwindSafe for TracerDirection
impl Send for TracerDirection
impl Sync for TracerDirection
impl Unpin for TracerDirection
impl UnsafeUnpin for TracerDirection
impl UnwindSafe for TracerDirection
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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)