Struct binaryninja::disassembly::DisassemblySettings
source · pub struct DisassemblySettings { /* private fields */ }
Implementations§
source§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§
source§impl Hash for DisassemblySettings
impl Hash for DisassemblySettings
source§impl PartialEq for DisassemblySettings
impl PartialEq for DisassemblySettings
source§fn eq(&self, other: &DisassemblySettings) -> bool
fn eq(&self, other: &DisassemblySettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToOwned for DisassemblySettings
impl ToOwned for DisassemblySettings
§type Owned = Ref<DisassemblySettings>
type Owned = Ref<DisassemblySettings>
The resulting type after obtaining ownership.
source§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 · source§fn 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 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§
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