pub struct LabelRef;Expand description
The table of references to labels, which is what an asm goto label list is a run of.
Trait Implementations§
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