pub struct DiffObjConfig {Show 14 fields
pub relax_reloc_diffs: bool,
pub space_between_args: bool,
pub combine_data_sections: bool,
pub symbol_mappings: MappingConfig,
pub x86_formatter: X86Formatter,
pub mips_abi: MipsAbi,
pub mips_instr_category: MipsInstrCategory,
pub arm_arch_version: ArmArchVersion,
pub arm_unified_syntax: bool,
pub arm_av_registers: bool,
pub arm_r9_usage: ArmR9Usage,
pub arm_sl_usage: bool,
pub arm_fp_usage: bool,
pub arm_ip_usage: bool,
}
Fields§
§relax_reloc_diffs: bool
§space_between_args: bool
§combine_data_sections: bool
§symbol_mappings: MappingConfig
§x86_formatter: X86Formatter
§mips_abi: MipsAbi
§mips_instr_category: MipsInstrCategory
§arm_arch_version: ArmArchVersion
§arm_unified_syntax: bool
§arm_av_registers: bool
§arm_r9_usage: ArmR9Usage
§arm_sl_usage: bool
§arm_fp_usage: bool
§arm_ip_usage: bool
Implementations§
Trait Implementations§
source§impl Clone for DiffObjConfig
impl Clone for DiffObjConfig
source§fn clone(&self) -> DiffObjConfig
fn clone(&self) -> DiffObjConfig
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 DiffObjConfig
impl Debug for DiffObjConfig
source§impl Default for DiffObjConfig
impl Default for DiffObjConfig
source§impl<'de> Deserialize<'de> for DiffObjConfigwhere
DiffObjConfig: Default,
impl<'de> Deserialize<'de> for DiffObjConfigwhere
DiffObjConfig: Default,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for DiffObjConfig
impl PartialEq for DiffObjConfig
source§impl Serialize for DiffObjConfig
impl Serialize for DiffObjConfig
impl Eq for DiffObjConfig
impl StructuralPartialEq for DiffObjConfig
Auto Trait Implementations§
impl Freeze for DiffObjConfig
impl RefUnwindSafe for DiffObjConfig
impl Send for DiffObjConfig
impl Sync for DiffObjConfig
impl Unpin for DiffObjConfig
impl UnwindSafe for DiffObjConfig
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.