pub struct TraceSegmentEnd {
pub time_ns: i64,
}Fields§
§time_ns: i64Trait Implementations§
Source§impl Clone for TraceSegmentEnd
impl Clone for TraceSegmentEnd
Source§fn clone(&self) -> TraceSegmentEnd
fn clone(&self) -> TraceSegmentEnd
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 moreSource§impl Debug for TraceSegmentEnd
impl Debug for TraceSegmentEnd
Source§impl From<TraceSegmentEnd> for IpcMessage
impl From<TraceSegmentEnd> for IpcMessage
Source§fn from(value: TraceSegmentEnd) -> Self
fn from(value: TraceSegmentEnd) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TraceSegmentEnd
impl RefUnwindSafe for TraceSegmentEnd
impl Send for TraceSegmentEnd
impl Sync for TraceSegmentEnd
impl Unpin for TraceSegmentEnd
impl UnsafeUnpin for TraceSegmentEnd
impl UnwindSafe for TraceSegmentEnd
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