pub enum DisplayElement {
Varnode(VarnodeId),
Context(ContextId),
TokenField(TokenFieldId),
InstStart(InstStart),
InstNext(InstNext),
Table(TableId),
Disassembly(VariableId),
Literal(String),
Space,
}Variants§
Varnode(VarnodeId)
Context(ContextId)
TokenField(TokenFieldId)
InstStart(InstStart)
InstNext(InstNext)
Table(TableId)
Disassembly(VariableId)
Literal(String)
Space
Implementations§
Trait Implementations§
Source§impl Clone for DisplayElement
impl Clone for DisplayElement
Source§fn clone(&self) -> DisplayElement
fn clone(&self) -> DisplayElement
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 moreAuto Trait Implementations§
impl Freeze for DisplayElement
impl RefUnwindSafe for DisplayElement
impl Send for DisplayElement
impl Sync for DisplayElement
impl Unpin for DisplayElement
impl UnwindSafe for DisplayElement
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