Struct rabbitizer::config::PseudoInstr
source · #[repr(C)]pub struct PseudoInstr {
pub enable_pseudos: bool,
pub pseudo_beqz: bool,
pub pseudo_bnez: bool,
pub pseudo_b: bool,
pub pseudo_move: bool,
pub pseudo_not: bool,
pub pseudo_neg: bool,
pub pseudo_negu: bool,
pub pseudo_bal: bool,
}Fields§
§enable_pseudos: bool§pseudo_beqz: bool§pseudo_bnez: bool§pseudo_b: bool§pseudo_move: bool§pseudo_not: bool§pseudo_neg: bool§pseudo_negu: bool§pseudo_bal: boolTrait Implementations§
source§impl Clone for PseudoInstr
impl Clone for PseudoInstr
source§fn clone(&self) -> PseudoInstr
fn clone(&self) -> PseudoInstr
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 PseudoInstr
impl Debug for PseudoInstr
impl Copy for PseudoInstr
Auto Trait Implementations§
impl Freeze for PseudoInstr
impl RefUnwindSafe for PseudoInstr
impl Send for PseudoInstr
impl Sync for PseudoInstr
impl Unpin for PseudoInstr
impl UnwindSafe for PseudoInstr
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)