Struct binaryninja::mlil::operation::BinaryOpCarry
source · pub struct BinaryOpCarry {
pub left: usize,
pub right: usize,
pub carry: usize,
}
Fields§
§left: usize
§right: usize
§carry: usize
Trait Implementations§
source§impl Clone for BinaryOpCarry
impl Clone for BinaryOpCarry
source§fn clone(&self) -> BinaryOpCarry
fn clone(&self) -> BinaryOpCarry
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 moreimpl Copy for BinaryOpCarry
Auto Trait Implementations§
impl RefUnwindSafe for BinaryOpCarry
impl Send for BinaryOpCarry
impl Sync for BinaryOpCarry
impl Unpin for BinaryOpCarry
impl UnwindSafe for BinaryOpCarry
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