pub struct EguiWgpu {
pub ctx: Context,
pub state: State,
pub painter: Painter,
pub window: Window,
/* private fields */
}Fields§
§ctx: Context§state: State§painter: Painter§window: WindowImplementations§
Auto Trait Implementations§
impl Freeze for EguiWgpu
impl !RefUnwindSafe for EguiWgpu
impl !Send for EguiWgpu
impl !Sync for EguiWgpu
impl Unpin for EguiWgpu
impl !UnwindSafe for EguiWgpu
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