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 for DrawListId
impl PartialEq for DrawListId
Source§impl PartialOrd for DrawListId
impl PartialOrd for DrawListId
impl Copy for DrawListId
impl Eq for DrawListId
impl StructuralPartialEq for DrawListId
Auto Trait Implementations§
impl Freeze for DrawListId
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> ActionTrait for T
impl<T> ActionTrait for T
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