Enum binaryninja::settings::SettingsScope
#[repr(u32)]pub enum SettingsScope {
SettingsInvalidScope = 0,
SettingsAutoScope = 1,
SettingsDefaultScope = 2,
SettingsUserScope = 4,
SettingsProjectScope = 8,
SettingsResourceScope = 16,
}
Variants§
SettingsInvalidScope = 0
SettingsAutoScope = 1
SettingsDefaultScope = 2
SettingsUserScope = 4
SettingsProjectScope = 8
SettingsResourceScope = 16
Trait Implementations§
§impl Clone for BNSettingsScope
impl Clone for BNSettingsScope
§fn clone(&self) -> BNSettingsScope
fn clone(&self) -> BNSettingsScope
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 more§impl Debug for BNSettingsScope
impl Debug for BNSettingsScope
§impl Hash for BNSettingsScope
impl Hash for BNSettingsScope
§impl PartialEq for BNSettingsScope
impl PartialEq for BNSettingsScope
§fn eq(&self, other: &BNSettingsScope) -> bool
fn eq(&self, other: &BNSettingsScope) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BNSettingsScope
impl Eq for BNSettingsScope
impl StructuralPartialEq for BNSettingsScope
Auto Trait Implementations§
impl RefUnwindSafe for BNSettingsScope
impl Send for BNSettingsScope
impl Sync for BNSettingsScope
impl Unpin for BNSettingsScope
impl UnwindSafe for BNSettingsScope
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