pub struct DynamicLabel(/* private fields */);Expand description
Dynamic label identifier allocated by Linker.
Trait Implementations§
Source§impl Clone for DynamicLabel
impl Clone for DynamicLabel
Source§fn clone(&self) -> DynamicLabel
fn clone(&self) -> DynamicLabel
Returns a duplicate 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 DynamicLabel
impl Debug for DynamicLabel
Source§impl Hash for DynamicLabel
impl Hash for DynamicLabel
Source§impl Ord for DynamicLabel
impl Ord for DynamicLabel
Source§fn cmp(&self, other: &DynamicLabel) -> Ordering
fn cmp(&self, other: &DynamicLabel) -> 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 DynamicLabel
impl PartialEq for DynamicLabel
Source§impl PartialOrd for DynamicLabel
impl PartialOrd for DynamicLabel
impl Copy for DynamicLabel
impl Eq for DynamicLabel
impl StructuralPartialEq for DynamicLabel
Auto Trait Implementations§
impl Freeze for DynamicLabel
impl RefUnwindSafe for DynamicLabel
impl Send for DynamicLabel
impl Sync for DynamicLabel
impl Unpin for DynamicLabel
impl UnsafeUnpin for DynamicLabel
impl UnwindSafe for DynamicLabel
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