pub struct IndexedInstrProf;Trait Implementations§
Source§impl Clone for IndexedInstrProf
impl Clone for IndexedInstrProf
Source§fn clone(&self) -> IndexedInstrProf
fn clone(&self) -> IndexedInstrProf
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 IndexedInstrProf
impl Debug for IndexedInstrProf
Source§impl Hash for IndexedInstrProf
impl Hash for IndexedInstrProf
Source§impl InstrProfReader for IndexedInstrProf
impl InstrProfReader for IndexedInstrProf
type Header = Header
Source§fn parse_bytes(input: &[u8]) -> ParseResult<'_, InstrumentationProfile>
fn parse_bytes(input: &[u8]) -> ParseResult<'_, InstrumentationProfile>
Parse the profile no lazy parsing here!
Source§fn parse_header(input: &[u8]) -> ParseResult<'_, Self::Header>
fn parse_header(input: &[u8]) -> ParseResult<'_, Self::Header>
Parses a header
Source§fn has_format(input: impl Read) -> bool
fn has_format(input: impl Read) -> bool
Detects that the bytes match the current reader format if it can’t read the format it will
return false
Source§impl Ord for IndexedInstrProf
impl Ord for IndexedInstrProf
Source§fn cmp(&self, other: &IndexedInstrProf) -> Ordering
fn cmp(&self, other: &IndexedInstrProf) -> 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 IndexedInstrProf
impl PartialEq for IndexedInstrProf
Source§impl PartialOrd for IndexedInstrProf
impl PartialOrd for IndexedInstrProf
impl Eq for IndexedInstrProf
impl StructuralPartialEq for IndexedInstrProf
Auto Trait Implementations§
impl Freeze for IndexedInstrProf
impl RefUnwindSafe for IndexedInstrProf
impl Send for IndexedInstrProf
impl Sync for IndexedInstrProf
impl Unpin for IndexedInstrProf
impl UnwindSafe for IndexedInstrProf
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.