Struct cranelift_codegen::MachLabel
source · pub struct MachLabel(/* private fields */);
Expand description
A label refers to some offset in a MachBuffer
. It may not be resolved at
the point at which it is used by emitted code; the buffer records “fixups”
for references to the label, and will come back and patch the code
appropriately when the label’s location is eventually known.
Implementations§
Trait Implementations§
source§impl Ord for MachLabel
impl Ord for MachLabel
source§impl PartialOrd for MachLabel
impl PartialOrd for MachLabel
source§impl ReservedValue for MachLabel
impl ReservedValue for MachLabel
source§fn reserved_value() -> MachLabel
fn reserved_value() -> MachLabel
Create an instance of the reserved value.
source§fn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
impl Copy for MachLabel
impl Eq for MachLabel
impl StructuralPartialEq for MachLabel
Auto Trait Implementations§
impl Freeze for MachLabel
impl RefUnwindSafe for MachLabel
impl Send for MachLabel
impl Sync for MachLabel
impl Unpin for MachLabel
impl UnwindSafe for MachLabel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.