pub struct AssemblyRef(/* private fields */);Trait Implementations§
Source§impl Clone for AssemblyRef
impl Clone for AssemblyRef
Source§fn clone(&self) -> AssemblyRef
fn clone(&self) -> AssemblyRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssemblyRef
Source§impl Debug for AssemblyRef
impl Debug for AssemblyRef
Source§impl Default for AssemblyRef
impl Default for AssemblyRef
Source§fn default() -> AssemblyRef
fn default() -> AssemblyRef
Returns the “default value” for a type. Read more
impl Eq for AssemblyRef
Source§impl Hash for AssemblyRef
impl Hash for AssemblyRef
Source§impl Ord for AssemblyRef
impl Ord for AssemblyRef
Source§fn cmp(&self, other: &AssemblyRef) -> Ordering
fn cmp(&self, other: &AssemblyRef) -> Ordering
1.21.0 (const: unstable) · 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 AssemblyRef
impl PartialEq for AssemblyRef
Source§fn eq(&self, other: &AssemblyRef) -> bool
fn eq(&self, other: &AssemblyRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AssemblyRef
impl PartialOrd for AssemblyRef
impl StructuralPartialEq for AssemblyRef
Auto Trait Implementations§
impl Freeze for AssemblyRef
impl RefUnwindSafe for AssemblyRef
impl Send for AssemblyRef
impl Sync for AssemblyRef
impl Unpin for AssemblyRef
impl UnsafeUnpin for AssemblyRef
impl UnwindSafe for AssemblyRef
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