Struct trace_recorder_parser::streaming::entry_table::EntryStates
source · pub struct EntryStates(/* private fields */);
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 for EntryStates
impl PartialEq 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 for EntryStates
impl PartialOrd 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 moreimpl Eq for EntryStates
impl StructuralPartialEq for EntryStates
Auto Trait Implementations§
impl Freeze for EntryStates
impl RefUnwindSafe for EntryStates
impl Send for EntryStates
impl Sync for EntryStates
impl Unpin for EntryStates
impl UnwindSafe for EntryStates
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