Struct trace_recorder_parser::streaming::entry_table::Entry
source · pub struct Entry {
pub symbol: Option<SymbolString>,
pub options: u32,
pub states: EntryStates,
pub class: Option<ObjectClass>,
}
Fields§
§symbol: Option<SymbolString>
The symbol (lossy converted to UTF8)
options: u32
§states: EntryStates
§class: Option<ObjectClass>
Implementations§
Trait Implementations§
source§impl Ord for Entry
impl Ord for Entry
source§impl PartialEq<Entry> for Entry
impl PartialEq<Entry> for Entry
source§impl PartialOrd<Entry> for Entry
impl PartialOrd<Entry> for Entry
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