pub struct AddData { /* private fields */ }Expand description
Contextual data for the ADD instruction
Implementations§
Auto Trait Implementations§
impl Freeze for AddData
impl RefUnwindSafe for AddData
impl Send for AddData
impl Sync for AddData
impl Unpin for AddData
impl UnwindSafe for AddData
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