pub struct DrawOrderIndex(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for DrawOrderIndex
impl Clone for DrawOrderIndex
Source§fn clone(&self) -> DrawOrderIndex
fn clone(&self) -> DrawOrderIndex
Returns a copy 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 DrawOrderIndex
impl Debug for DrawOrderIndex
Source§impl<'de> Deserialize<'de> for DrawOrderIndex
impl<'de> Deserialize<'de> for DrawOrderIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DrawOrderIndex
impl Hash for DrawOrderIndex
Source§impl Into<DrawOrderIndex> for i32
impl Into<DrawOrderIndex> for i32
Source§fn into(self) -> DrawOrderIndex
fn into(self) -> DrawOrderIndex
Converts this type into the (usually inferred) input type.
Source§impl Ord for DrawOrderIndex
impl Ord for DrawOrderIndex
Source§fn cmp(&self, other: &DrawOrderIndex) -> Ordering
fn cmp(&self, other: &DrawOrderIndex) -> 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 DrawOrderIndex
impl PartialEq for DrawOrderIndex
Source§impl PartialOrd for DrawOrderIndex
impl PartialOrd for DrawOrderIndex
Source§impl Serialize for DrawOrderIndex
impl Serialize for DrawOrderIndex
impl Copy for DrawOrderIndex
impl Eq for DrawOrderIndex
impl StructuralPartialEq for DrawOrderIndex
Auto Trait Implementations§
impl Freeze for DrawOrderIndex
impl RefUnwindSafe for DrawOrderIndex
impl Send for DrawOrderIndex
impl Sync for DrawOrderIndex
impl Unpin for DrawOrderIndex
impl UnwindSafe for DrawOrderIndex
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.