pub struct HostLinkTraceFrame {
pub direction: HostLinkTraceDirection,
pub data: Vec<u8>,
pub timestamp: SystemTime,
}Fields§
§direction: HostLinkTraceDirection§data: Vec<u8>§timestamp: SystemTimeTrait Implementations§
Source§impl Clone for HostLinkTraceFrame
impl Clone for HostLinkTraceFrame
Source§fn clone(&self) -> HostLinkTraceFrame
fn clone(&self) -> HostLinkTraceFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HostLinkTraceFrame
impl RefUnwindSafe for HostLinkTraceFrame
impl Send for HostLinkTraceFrame
impl Sync for HostLinkTraceFrame
impl Unpin for HostLinkTraceFrame
impl UnsafeUnpin for HostLinkTraceFrame
impl UnwindSafe for HostLinkTraceFrame
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