Struct dynasmrt::DynamicLabel
source · pub struct DynamicLabel(/* private fields */);
Expand description
A dynamic label
Implementations§
Trait Implementations§
source§impl Clone for DynamicLabel
impl Clone for DynamicLabel
source§fn clone(&self) -> DynamicLabel
fn clone(&self) -> DynamicLabel
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 DynamicLabel
impl Debug for DynamicLabel
source§impl Hash for DynamicLabel
impl Hash for DynamicLabel
source§impl PartialEq for DynamicLabel
impl PartialEq for DynamicLabel
source§fn eq(&self, other: &DynamicLabel) -> bool
fn eq(&self, other: &DynamicLabel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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 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
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
)