pub struct CxDrawListPool(/* private fields */);
Implementations§
Source§impl CxDrawListPool
impl CxDrawListPool
pub fn alloc(&mut self) -> DrawList
pub fn checked_index(&self, index: DrawListId) -> Option<&CxDrawList>
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§impl IndexMut<DrawListId> for CxDrawListPool
impl IndexMut<DrawListId> for CxDrawListPool
Auto 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