pub struct DataLabelPtr {
pub label: AssemblerLabel,
}
Expand description
DataLabelPtr:
A DataLabelPtr is used to refer to a location in the code containing a pointer to be patched after the code has been generated.
Fields§
§label: AssemblerLabel
Implementations§
Trait Implementations§
Source§impl Clone for DataLabelPtr
impl Clone for DataLabelPtr
Source§fn clone(&self) -> DataLabelPtr
fn clone(&self) -> DataLabelPtr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DataLabelPtr
impl Debug for DataLabelPtr
Source§impl Hash for DataLabelPtr
impl Hash for DataLabelPtr
Source§impl Into<Location> for DataLabelPtr
impl Into<Location> for DataLabelPtr
Source§impl Ord for DataLabelPtr
impl Ord for DataLabelPtr
Source§fn cmp(&self, other: &DataLabelPtr) -> Ordering
fn cmp(&self, other: &DataLabelPtr) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DataLabelPtr
impl PartialEq for DataLabelPtr
Source§impl PartialOrd for DataLabelPtr
impl PartialOrd for DataLabelPtr
impl Copy for DataLabelPtr
impl Eq for DataLabelPtr
impl StructuralPartialEq for DataLabelPtr
Auto Trait Implementations§
impl Freeze for DataLabelPtr
impl RefUnwindSafe for DataLabelPtr
impl Send for DataLabelPtr
impl Sync for DataLabelPtr
impl Unpin for DataLabelPtr
impl UnwindSafe for DataLabelPtr
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