Struct trace_recorder_parser::streaming::entry_table::EntryStates
source · pub struct EntryStates(_);
Implementations§
source§impl EntryStates
impl EntryStates
sourcepub const NUM_STATES: usize = 3usize
pub const NUM_STATES: usize = 3usize
See TRC_ENTRY_TABLE_STATE_COUNT
Trait Implementations§
source§impl Clone for EntryStates
impl Clone for EntryStates
source§fn clone(&self) -> EntryStates
fn clone(&self) -> EntryStates
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 EntryStates
impl Debug for EntryStates
source§impl Default for EntryStates
impl Default for EntryStates
source§fn default() -> EntryStates
fn default() -> EntryStates
Returns the “default value” for a type. Read more
source§impl Hash for EntryStates
impl Hash for EntryStates
source§impl Ord for EntryStates
impl Ord for EntryStates
source§fn cmp(&self, other: &EntryStates) -> Ordering
fn cmp(&self, other: &EntryStates) -> 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<EntryStates> for EntryStates
impl PartialEq<EntryStates> for EntryStates
source§fn eq(&self, other: &EntryStates) -> bool
fn eq(&self, other: &EntryStates) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EntryStates> for EntryStates
impl PartialOrd<EntryStates> for EntryStates
source§fn partial_cmp(&self, other: &EntryStates) -> Option<Ordering>
fn partial_cmp(&self, other: &EntryStates) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more