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 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 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§impl PartialOrd for EntryStates
impl PartialOrd for EntryStates
impl 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