pub struct AssemblyComponentUsageId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AssemblyComponentUsageId
impl Clone for AssemblyComponentUsageId
Source§fn clone(&self) -> AssemblyComponentUsageId
fn clone(&self) -> AssemblyComponentUsageId
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 AssemblyComponentUsageId
Source§impl Debug for AssemblyComponentUsageId
impl Debug for AssemblyComponentUsageId
impl Eq for AssemblyComponentUsageId
Source§impl Hash for AssemblyComponentUsageId
impl Hash for AssemblyComponentUsageId
Source§impl PartialEq for AssemblyComponentUsageId
impl PartialEq for AssemblyComponentUsageId
Source§fn eq(&self, other: &AssemblyComponentUsageId) -> bool
fn eq(&self, other: &AssemblyComponentUsageId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssemblyComponentUsageId
Auto Trait Implementations§
impl Freeze for AssemblyComponentUsageId
impl RefUnwindSafe for AssemblyComponentUsageId
impl Send for AssemblyComponentUsageId
impl Sync for AssemblyComponentUsageId
impl Unpin for AssemblyComponentUsageId
impl UnsafeUnpin for AssemblyComponentUsageId
impl UnwindSafe for AssemblyComponentUsageId
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