pub struct DrawCacheBuilder { /* private fields */ }Implementations§
Source§impl DrawCacheBuilder
impl DrawCacheBuilder
pub fn on_draw_behind(&mut self, f: impl Fn(&mut dyn DrawScope) + 'static)
pub fn finish(self) -> Vec<DrawCommand>
Trait Implementations§
Source§impl Clone for DrawCacheBuilder
impl Clone for DrawCacheBuilder
Auto Trait Implementations§
impl !RefUnwindSafe for DrawCacheBuilder
impl !Send for DrawCacheBuilder
impl !Sync for DrawCacheBuilder
impl !UnwindSafe for DrawCacheBuilder
impl Freeze for DrawCacheBuilder
impl Unpin for DrawCacheBuilder
impl UnsafeUnpin for DrawCacheBuilder
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