pub struct SetVarSsa {
pub dest: SSAVariable,
pub src: usize,
}
Fields§
§dest: SSAVariable
§src: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetVarSsa
impl RefUnwindSafe for SetVarSsa
impl Send for SetVarSsa
impl Sync for SetVarSsa
impl Unpin for SetVarSsa
impl UnwindSafe for SetVarSsa
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