Struct yaxpeax_arch::NoColors
source · [−]pub struct NoColors;
Trait Implementations
sourceimpl YaxColors for NoColors
impl YaxColors for NoColors
fn arithmetic_op<T: Display>(&self, t: T) -> Colored<T>
fn stack_op<T: Display>(&self, t: T) -> Colored<T>
fn nop_op<T: Display>(&self, t: T) -> Colored<T>
fn stop_op<T: Display>(&self, t: T) -> Colored<T>
fn control_flow_op<T: Display>(&self, t: T) -> Colored<T>
fn data_op<T: Display>(&self, t: T) -> Colored<T>
fn comparison_op<T: Display>(&self, t: T) -> Colored<T>
fn invalid_op<T: Display>(&self, t: T) -> Colored<T>
fn platform_op<T: Display>(&self, t: T) -> Colored<T>
fn misc_op<T: Display>(&self, t: T) -> Colored<T>
fn register<T: Display>(&self, t: T) -> Colored<T>
fn program_counter<T: Display>(&self, t: T) -> Colored<T>
fn number<T: Display>(&self, t: T) -> Colored<T>
fn zero<T: Display>(&self, t: T) -> Colored<T>
fn one<T: Display>(&self, t: T) -> Colored<T>
fn minus_one<T: Display>(&self, t: T) -> Colored<T>
fn address<T: Display>(&self, t: T) -> Colored<T>
fn symbol<T: Display>(&self, t: T) -> Colored<T>
fn function<T: Display>(&self, t: T) -> Colored<T>
Auto Trait Implementations
impl RefUnwindSafe for NoColors
impl Send for NoColors
impl Sync for NoColors
impl Unpin for NoColors
impl UnwindSafe for NoColors
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more