Struct binaryninja::disassembly::DisassemblySettings
[−]pub struct DisassemblySettings { /* private fields */ }
Implementations
impl DisassemblySettings
impl DisassemblySettings
pub fn new() -> Ref<Self>
pub fn set_option(&self, option: DisassemblyOption, state: bool)
pub fn is_option_set(&self, option: DisassemblyOption) -> bool
Trait Implementations
impl Hash for DisassemblySettings
impl Hash for DisassemblySettings
impl PartialEq<DisassemblySettings> for DisassemblySettings
impl PartialEq<DisassemblySettings> for DisassemblySettings
fn eq(&self, other: &DisassemblySettings) -> bool
fn eq(&self, other: &DisassemblySettings) -> bool
impl RefCountable for DisassemblySettings
impl RefCountable for DisassemblySettings
impl ToOwned for DisassemblySettings
impl ToOwned for DisassemblySettings
type Owned = Ref<DisassemblySettings>
type Owned = Ref<DisassemblySettings>
The resulting type after obtaining ownership.
fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · sourcefn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
impl Eq for DisassemblySettings
impl StructuralEq for DisassemblySettings
impl StructuralPartialEq for DisassemblySettings
Auto Trait Implementations
impl RefUnwindSafe for DisassemblySettings
impl !Send for DisassemblySettings
impl !Sync for DisassemblySettings
impl Unpin for DisassemblySettings
impl UnwindSafe for DisassemblySettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more