#[repr(C)]pub struct Misc {
pub opcode_l_just: i32,
pub unknown_instr_comment: bool,
pub omit_0x_on_small_imm: bool,
pub upper_case_imm: bool,
}Fields§
§opcode_l_just: i32§unknown_instr_comment: bool§omit_0x_on_small_imm: bool§upper_case_imm: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Misc
impl RefUnwindSafe for Misc
impl Send for Misc
impl Sync for Misc
impl Unpin for Misc
impl UnwindSafe for Misc
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