pub enum FormatterSuffix {
Ia,
}Expand description
Type that represent menmonic suffixes of an instruction.
Variants§
Ia
Auto Trait Implementations§
impl Freeze for FormatterSuffix
impl RefUnwindSafe for FormatterSuffix
impl Send for FormatterSuffix
impl Sync for FormatterSuffix
impl Unpin for FormatterSuffix
impl UnsafeUnpin for FormatterSuffix
impl UnwindSafe for FormatterSuffix
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