pub struct CxDrawListPool(/* private fields */);Implementations§
Trait Implementations§
Source§impl Default for CxDrawListPool
impl Default for CxDrawListPool
Source§fn default() -> CxDrawListPool
fn default() -> CxDrawListPool
Returns the “default value” for a type. Read more
Source§impl Index<DrawListId> for CxDrawListPool
impl Index<DrawListId> for CxDrawListPool
Source§fn index(
&self,
index: DrawListId,
) -> &<CxDrawListPool as Index<DrawListId>>::Output
fn index( &self, index: DrawListId, ) -> &<CxDrawListPool as Index<DrawListId>>::Output
Performs the indexing (
container[index]) operation. Read moreSource§impl IndexMut<DrawListId> for CxDrawListPool
impl IndexMut<DrawListId> for CxDrawListPool
Source§fn index_mut(
&mut self,
index: DrawListId,
) -> &mut <CxDrawListPool as Index<DrawListId>>::Output
fn index_mut( &mut self, index: DrawListId, ) -> &mut <CxDrawListPool as Index<DrawListId>>::Output
Performs the mutable indexing (
container[index]) operation. Read moreAuto Trait Implementations§
impl Freeze for CxDrawListPool
impl !RefUnwindSafe for CxDrawListPool
impl !Send for CxDrawListPool
impl !Sync for CxDrawListPool
impl Unpin for CxDrawListPool
impl !UnwindSafe for CxDrawListPool
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