Struct makepad_widgets::CxDrawListPool
pub struct CxDrawListPool(/* private fields */);
Implementations§
§impl CxDrawListPool
impl CxDrawListPool
Trait Implementations§
§impl Default for CxDrawListPool
impl Default for CxDrawListPool
§fn default() -> CxDrawListPool
fn default() -> CxDrawListPool
Returns the “default value” for a type. Read more
§impl Index<DrawListId> for CxDrawListPool
impl Index<DrawListId> for CxDrawListPool
§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 more§impl IndexMut<DrawListId> for CxDrawListPool
impl IndexMut<DrawListId> for CxDrawListPool
§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 !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