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