Struct makepad_platform::DrawListId
source · pub struct DrawListId(/* private fields */);Implementations§
source§impl DrawListId
impl DrawListId
Trait Implementations§
source§impl Clone for DrawListId
impl Clone for DrawListId
source§fn clone(&self) -> DrawListId
fn clone(&self) -> DrawListId
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 DrawListId
impl Debug for DrawListId
source§impl Hash for DrawListId
impl Hash for DrawListId
source§impl Index<DrawListId> for CxDrawListPool
impl Index<DrawListId> for CxDrawListPool
source§impl IndexMut<DrawListId> for CxDrawListPool
impl IndexMut<DrawListId> for CxDrawListPool
source§impl Ord for DrawListId
impl Ord for DrawListId
source§fn cmp(&self, other: &DrawListId) -> Ordering
fn cmp(&self, other: &DrawListId) -> 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<DrawListId> for DrawListId
impl PartialEq<DrawListId> for DrawListId
source§fn eq(&self, other: &DrawListId) -> bool
fn eq(&self, other: &DrawListId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<DrawListId> for DrawListId
impl PartialOrd<DrawListId> for DrawListId
source§fn partial_cmp(&self, other: &DrawListId) -> Option<Ordering>
fn partial_cmp(&self, other: &DrawListId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DrawListId
impl Eq for DrawListId
impl StructuralEq for DrawListId
impl StructuralPartialEq for DrawListId
Auto Trait Implementations§
impl RefUnwindSafe for DrawListId
impl Send for DrawListId
impl Sync for DrawListId
impl Unpin for DrawListId
impl UnwindSafe for DrawListId
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