Struct binaryninja::mlil::operation::LiftedConstData
source · pub struct LiftedConstData {
pub constant_data: ConstantData,
}
Fields§
§constant_data: ConstantData
Trait Implementations§
source§impl Clone for LiftedConstData
impl Clone for LiftedConstData
source§fn clone(&self) -> LiftedConstData
fn clone(&self) -> LiftedConstData
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 LiftedConstData
impl Debug for LiftedConstData
source§impl Hash for LiftedConstData
impl Hash for LiftedConstData
source§impl PartialEq for LiftedConstData
impl PartialEq for LiftedConstData
source§fn eq(&self, other: &LiftedConstData) -> bool
fn eq(&self, other: &LiftedConstData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedConstData
Auto Trait Implementations§
impl RefUnwindSafe for LiftedConstData
impl Send for LiftedConstData
impl Sync for LiftedConstData
impl Unpin for LiftedConstData
impl UnwindSafe for LiftedConstData
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