pub struct VarSsa {
pub var: SSAVariable,
}
Fields§
§var: SSAVariable
Trait Implementations§
impl Copy for VarSsa
impl Eq for VarSsa
impl StructuralPartialEq for VarSsa
Auto Trait Implementations§
impl Freeze for VarSsa
impl RefUnwindSafe for VarSsa
impl Send for VarSsa
impl Sync for VarSsa
impl Unpin for VarSsa
impl UnwindSafe for VarSsa
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