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