pub struct DisplayFunctionAnnotations<'a> {
pub isa: Option<&'a dyn TargetIsa>,
pub value_ranges: Option<&'a ValueLabelsRanges>,
}
Expand description
Additional annotations for function display.
Fields§
§isa: Option<&'a dyn TargetIsa>
Enable ISA annotations.
value_ranges: Option<&'a ValueLabelsRanges>
Enable value labels annotations.
Trait Implementations§
Source§impl<'a> Default for DisplayFunctionAnnotations<'a>
impl<'a> Default for DisplayFunctionAnnotations<'a>
Source§fn default() -> DisplayFunctionAnnotations<'a>
fn default() -> DisplayFunctionAnnotations<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for DisplayFunctionAnnotations<'a>
impl<'a> !RefUnwindSafe for DisplayFunctionAnnotations<'a>
impl<'a> Send for DisplayFunctionAnnotations<'a>
impl<'a> Sync for DisplayFunctionAnnotations<'a>
impl<'a> Unpin for DisplayFunctionAnnotations<'a>
impl<'a> !UnwindSafe for DisplayFunctionAnnotations<'a>
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