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