pub struct DrawInput { /* private fields */ }
Expand description
Data required to draw the egui ui
Auto Trait Implementations§
impl Freeze for DrawInput
impl !RefUnwindSafe for DrawInput
impl Send for DrawInput
impl Sync for DrawInput
impl Unpin for DrawInput
impl !UnwindSafe for DrawInput
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