#[repr(u32)]pub enum BNSettingsScope {
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§
source§impl Clone for BNSettingsScope
impl Clone for BNSettingsScope
source§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 moresource§impl Debug for BNSettingsScope
impl Debug for BNSettingsScope
source§impl Hash for BNSettingsScope
impl Hash for BNSettingsScope
source§impl PartialEq for BNSettingsScope
impl PartialEq for BNSettingsScope
impl Copy for BNSettingsScope
impl Eq for BNSettingsScope
impl StructuralPartialEq for BNSettingsScope
Auto Trait Implementations§
impl Freeze for BNSettingsScope
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
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
)