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