Enum rydis::FormatStyle
source · #[repr(u32)]pub enum FormatStyle {
ATT = 0,
Intel = 1,
}Expand description
the style to use when formatting an instruction
Variants§
Trait Implementations§
source§impl Clone for FormatStyle
impl Clone for FormatStyle
source§fn clone(&self) -> FormatStyle
fn clone(&self) -> FormatStyle
Returns a copy 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 moresource§impl Debug for FormatStyle
impl Debug for FormatStyle
source§impl Hash for FormatStyle
impl Hash for FormatStyle
source§impl PartialEq for FormatStyle
impl PartialEq for FormatStyle
source§fn eq(&self, other: &FormatStyle) -> bool
fn eq(&self, other: &FormatStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FormatStyle
impl Eq for FormatStyle
impl StructuralEq for FormatStyle
impl StructuralPartialEq for FormatStyle
Auto Trait Implementations§
impl RefUnwindSafe for FormatStyle
impl Send for FormatStyle
impl Sync for FormatStyle
impl Unpin for FormatStyle
impl UnwindSafe for FormatStyle
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