pub struct LabelRef(/* private fields */);Expand description
An opaque reference to a Label in an instruction stream.
Trait Implementations§
impl Copy for LabelRef
Source§impl PartialOrd for LabelRef
impl PartialOrd for LabelRef
impl StructuralPartialEq for LabelRef
Auto Trait Implementations§
impl Freeze for LabelRef
impl RefUnwindSafe for LabelRef
impl Send for LabelRef
impl Sync for LabelRef
impl Unpin for LabelRef
impl UnsafeUnpin for LabelRef
impl UnwindSafe for LabelRef
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