pub struct CoreInstanceId(pub u32);Expand description
The ID of an aliased function in a Component
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for CoreInstanceId
impl Clone for CoreInstanceId
Source§fn clone(&self) -> CoreInstanceId
fn clone(&self) -> CoreInstanceId
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 CoreInstanceId
impl Debug for CoreInstanceId
Source§impl Deref for CoreInstanceId
impl Deref for CoreInstanceId
Source§impl DerefMut for CoreInstanceId
impl DerefMut for CoreInstanceId
Source§impl Hash for CoreInstanceId
impl Hash for CoreInstanceId
Source§impl Ord for CoreInstanceId
impl Ord for CoreInstanceId
Source§fn cmp(&self, other: &CoreInstanceId) -> Ordering
fn cmp(&self, other: &CoreInstanceId) -> 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 CoreInstanceId
impl PartialEq for CoreInstanceId
Source§impl PartialOrd for CoreInstanceId
impl PartialOrd for CoreInstanceId
impl Copy for CoreInstanceId
impl Eq for CoreInstanceId
impl StructuralPartialEq for CoreInstanceId
Auto Trait Implementations§
impl Freeze for CoreInstanceId
impl RefUnwindSafe for CoreInstanceId
impl Send for CoreInstanceId
impl Sync for CoreInstanceId
impl Unpin for CoreInstanceId
impl UnsafeUnpin for CoreInstanceId
impl UnwindSafe for CoreInstanceId
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.