#[repr(u32)]pub enum BNDisassemblyBlockLabels {
NeverShowDefaultBlockLabels = 0,
AlwaysShowBlockLabels = 1,
NeverShowBlockLabels = 2,
}
Variants§
Trait Implementations§
source§impl Clone for BNDisassemblyBlockLabels
impl Clone for BNDisassemblyBlockLabels
source§fn clone(&self) -> BNDisassemblyBlockLabels
fn clone(&self) -> BNDisassemblyBlockLabels
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 BNDisassemblyBlockLabels
impl Debug for BNDisassemblyBlockLabels
source§impl Hash for BNDisassemblyBlockLabels
impl Hash for BNDisassemblyBlockLabels
source§impl PartialEq for BNDisassemblyBlockLabels
impl PartialEq for BNDisassemblyBlockLabels
impl Copy for BNDisassemblyBlockLabels
impl Eq for BNDisassemblyBlockLabels
impl StructuralPartialEq for BNDisassemblyBlockLabels
Auto Trait Implementations§
impl Freeze for BNDisassemblyBlockLabels
impl RefUnwindSafe for BNDisassemblyBlockLabels
impl Send for BNDisassemblyBlockLabels
impl Sync for BNDisassemblyBlockLabels
impl Unpin for BNDisassemblyBlockLabels
impl UnwindSafe for BNDisassemblyBlockLabels
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
)