pub struct NativeClosureSlot {
pub index: usize,
pub value: ValueId,
}Fields§
§index: usize§value: ValueIdTrait Implementations§
Source§impl Clone for NativeClosureSlot
impl Clone for NativeClosureSlot
Source§fn clone(&self) -> NativeClosureSlot
fn clone(&self) -> NativeClosureSlot
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 moreSource§impl Debug for NativeClosureSlot
impl Debug for NativeClosureSlot
Source§impl PartialEq for NativeClosureSlot
impl PartialEq for NativeClosureSlot
Source§fn eq(&self, other: &NativeClosureSlot) -> bool
fn eq(&self, other: &NativeClosureSlot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NativeClosureSlot
impl Eq for NativeClosureSlot
impl StructuralPartialEq for NativeClosureSlot
Auto Trait Implementations§
impl Freeze for NativeClosureSlot
impl RefUnwindSafe for NativeClosureSlot
impl Send for NativeClosureSlot
impl Sync for NativeClosureSlot
impl Unpin for NativeClosureSlot
impl UnsafeUnpin for NativeClosureSlot
impl UnwindSafe for NativeClosureSlot
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> 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.