Struct binaryninja::types::ConstantReference
source · pub struct ConstantReference {
pub value: i64,
pub size: usize,
pub pointer: bool,
pub intermediate: bool,
}
Fields§
§value: i64
§size: usize
§pointer: bool
§intermediate: bool
Implementations§
Trait Implementations§
source§impl Clone for ConstantReference
impl Clone for ConstantReference
source§fn clone(&self) -> ConstantReference
fn clone(&self) -> ConstantReference
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 Hash for ConstantReference
impl Hash for ConstantReference
source§impl PartialEq for ConstantReference
impl PartialEq for ConstantReference
source§fn eq(&self, other: &ConstantReference) -> bool
fn eq(&self, other: &ConstantReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ConstantReference
impl Eq for ConstantReference
impl StructuralPartialEq for ConstantReference
Auto Trait Implementations§
impl RefUnwindSafe for ConstantReference
impl Send for ConstantReference
impl Sync for ConstantReference
impl Unpin for ConstantReference
impl UnwindSafe for ConstantReference
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