Struct llvm_ir::terminator::Resume
source · [−]Expand description
Fields
operand: Operand
debugloc: Option<DebugLoc>
Trait Implementations
sourceimpl From<Resume> for Terminator
impl From<Resume> for Terminator
sourcefn from(term: Resume) -> Terminator
fn from(term: Resume) -> Terminator
Converts to this type from the input type.
sourceimpl HasDebugLoc for Resume
impl HasDebugLoc for Resume
sourcefn get_debug_loc(&self) -> &Option<DebugLoc>
fn get_debug_loc(&self) -> &Option<DebugLoc>
Returns the DebugLoc
associated with the given Instruction
,
Terminator
, GlobalVariable
, or Function
; or None
if it doesn’t
have a DebugLoc
. Read more
sourceimpl PartialEq<Resume> for Resume
impl PartialEq<Resume> for Resume
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more