pub struct LiftedUnaryOp {
pub src: Box<MediumLevelILLiftedInstruction>,
}
Fields§
§src: Box<MediumLevelILLiftedInstruction>
Trait Implementations§
source§impl Clone for LiftedUnaryOp
impl Clone for LiftedUnaryOp
source§fn clone(&self) -> LiftedUnaryOp
fn clone(&self) -> LiftedUnaryOp
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 LiftedUnaryOp
impl Debug for LiftedUnaryOp
source§impl PartialEq for LiftedUnaryOp
impl PartialEq for LiftedUnaryOp
impl StructuralPartialEq for LiftedUnaryOp
Auto Trait Implementations§
impl Freeze for LiftedUnaryOp
impl RefUnwindSafe for LiftedUnaryOp
impl Send for LiftedUnaryOp
impl Sync for LiftedUnaryOp
impl Unpin for LiftedUnaryOp
impl UnwindSafe for LiftedUnaryOp
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