Struct dynasmrt::DynamicLabel
source · [−]pub struct DynamicLabel(_);
Expand description
A dynamic label
Implementations
sourceimpl DynamicLabel
impl DynamicLabel
Trait Implementations
sourceimpl Clone for DynamicLabel
impl Clone for DynamicLabel
sourcefn clone(&self) -> DynamicLabel
fn clone(&self) -> DynamicLabel
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DynamicLabel
impl Debug for DynamicLabel
sourceimpl Hash for DynamicLabel
impl Hash for DynamicLabel
sourceimpl PartialEq<DynamicLabel> for DynamicLabel
impl PartialEq<DynamicLabel> for DynamicLabel
sourcefn eq(&self, other: &DynamicLabel) -> bool
fn eq(&self, other: &DynamicLabel) -> bool
impl Copy for DynamicLabel
impl Eq for DynamicLabel
impl StructuralEq for DynamicLabel
impl StructuralPartialEq for DynamicLabel
Auto Trait Implementations
impl RefUnwindSafe for DynamicLabel
impl Send for DynamicLabel
impl Sync for DynamicLabel
impl Unpin for DynamicLabel
impl UnwindSafe for DynamicLabel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more