pub struct ReturnIR {
pub label: Label,
}Expand description
Return instruction IR.
Fields§
§label: LabelWhere this instruction lives.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReturnIR
impl RefUnwindSafe for ReturnIR
impl Send for ReturnIR
impl Sync for ReturnIR
impl Unpin for ReturnIR
impl UnwindSafe for ReturnIR
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