pub enum TraceDirection {
HostToDevice,
DeviceToHost,
}Expand description
Direction of a traced ULCP frame.
Variants§
Trait Implementations§
Source§impl Clone for TraceDirection
impl Clone for TraceDirection
Source§fn clone(&self) -> TraceDirection
fn clone(&self) -> TraceDirection
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 TraceDirection
impl Debug for TraceDirection
Source§impl Display for TraceDirection
impl Display for TraceDirection
Source§impl PartialEq for TraceDirection
impl PartialEq for TraceDirection
impl Copy for TraceDirection
impl Eq for TraceDirection
impl StructuralPartialEq for TraceDirection
Auto Trait Implementations§
impl Freeze for TraceDirection
impl RefUnwindSafe for TraceDirection
impl Send for TraceDirection
impl Sync for TraceDirection
impl Unpin for TraceDirection
impl UnwindSafe for TraceDirection
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)