pub struct EguiCanvas {
pub ctx: Context,
pub state: State,
pub painter: Painter,
/* private fields */
}
Expand description
Integration between egui
and sdl2::render::Canvas
for app based on sdl2
.
Fields§
§ctx: Context
§state: State
§painter: Painter
Implementations§
Auto Trait Implementations§
impl Freeze for EguiCanvas
impl !RefUnwindSafe for EguiCanvas
impl !Send for EguiCanvas
impl !Sync for EguiCanvas
impl Unpin for EguiCanvas
impl !UnwindSafe for EguiCanvas
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