Struct llvm_ir::terminator::Resume
source · pub struct Resume {
pub operand: Operand,
pub debugloc: Option<DebugLoc>,
}
Expand description
Fields§
§operand: Operand
§debugloc: Option<DebugLoc>
Trait Implementations§
source§impl From<Resume> for Terminator
impl From<Resume> for Terminator
source§fn from(term: Resume) -> Terminator
fn from(term: Resume) -> Terminator
Converts to this type from the input type.
source§impl HasDebugLoc for Resume
impl HasDebugLoc for Resume
source§impl PartialEq<Resume> for Resume
impl PartialEq<Resume> for Resume
source§impl TryFrom<Terminator> for Resume
impl TryFrom<Terminator> for Resume
impl StructuralPartialEq for Resume
Auto Trait Implementations§
impl RefUnwindSafe for Resume
impl Send for Resume
impl Sync for Resume
impl Unpin for Resume
impl UnwindSafe for Resume
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