pub struct SymbolLogOffset(pub u64);Expand description
Offset into a symbol log file.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for SymbolLogOffset
impl Clone for SymbolLogOffset
Source§fn clone(&self) -> SymbolLogOffset
fn clone(&self) -> SymbolLogOffset
Returns a duplicate 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 SymbolLogOffset
impl Debug for SymbolLogOffset
Source§impl Hash for SymbolLogOffset
impl Hash for SymbolLogOffset
Source§impl Ord for SymbolLogOffset
impl Ord for SymbolLogOffset
Source§fn cmp(&self, other: &SymbolLogOffset) -> Ordering
fn cmp(&self, other: &SymbolLogOffset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SymbolLogOffset
impl PartialEq for SymbolLogOffset
Source§impl PartialOrd for SymbolLogOffset
impl PartialOrd for SymbolLogOffset
impl Copy for SymbolLogOffset
impl Eq for SymbolLogOffset
impl StructuralPartialEq for SymbolLogOffset
Auto Trait Implementations§
impl Freeze for SymbolLogOffset
impl RefUnwindSafe for SymbolLogOffset
impl Send for SymbolLogOffset
impl Sync for SymbolLogOffset
impl Unpin for SymbolLogOffset
impl UnsafeUnpin for SymbolLogOffset
impl UnwindSafe for SymbolLogOffset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).