pub struct TraceResult {
pub valid_start_index: usize,
pub valid_length: usize,
}
Expand description
Returned by Trace::stop_trace
Fields§
§valid_start_index: usize
§valid_length: usize
Trait Implementations§
Source§impl Clone for TraceResult
impl Clone for TraceResult
Source§fn clone(&self) -> TraceResult
fn clone(&self) -> TraceResult
Returns a copy of the value. Read more
1.0.0 · 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 TraceResult
impl Debug for TraceResult
impl Copy for TraceResult
Auto Trait Implementations§
impl Freeze for TraceResult
impl RefUnwindSafe for TraceResult
impl Send for TraceResult
impl Sync for TraceResult
impl Unpin for TraceResult
impl UnwindSafe for TraceResult
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