Struct egui_fltk_frontend::Painter
source · [−]pub struct Painter {
pub render_pass: RenderPass,
pub surface: Surface,
pub surface_config: SurfaceConfiguration,
}Fields
render_pass: RenderPasssurface: Surfacesurface_config: SurfaceConfigurationImplementations
Auto Trait Implementations
impl !RefUnwindSafe for Painter
impl Send for Painter
impl Sync for Painter
impl Unpin for Painter
impl !UnwindSafe for Painter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more