pub struct CxAfterDraw { /* private fields */ }
Expand description
Some font-related stuff gets drawn at the end of each draw cycle.
TODO(JP): This feels pretty arbitrary / one-off; find a way to better integrate this into the normal draw cycle.
Implementations§
Source§impl CxAfterDraw
impl CxAfterDraw
Auto Trait Implementations§
impl Freeze for CxAfterDraw
impl RefUnwindSafe for CxAfterDraw
impl Send for CxAfterDraw
impl Sync for CxAfterDraw
impl Unpin for CxAfterDraw
impl UnwindSafe for CxAfterDraw
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