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