pub struct EguiInputState {
pub pointer_pos: Pos2,
pub clipboard: Option<ClipboardContext>,
pub input: RawInput,
pub modifiers: Modifiers,
}Fields§
§pointer_pos: Pos2§clipboard: Option<ClipboardContext>§input: RawInput§modifiers: ModifiersImplementations§
Auto Trait Implementations§
impl Freeze for EguiInputState
impl RefUnwindSafe for EguiInputState
impl Send for EguiInputState
impl Sync for EguiInputState
impl Unpin for EguiInputState
impl UnwindSafe for EguiInputState
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