Struct pax_runtime_api::ArgsContextMenu
source · pub struct ArgsContextMenu {
pub mouse: MouseEventArgs,
}
Expand description
User right-clicks an element to open the context menu.
Fields§
§mouse: MouseEventArgs
Trait Implementations§
source§impl Clone for ArgsContextMenu
impl Clone for ArgsContextMenu
source§fn clone(&self) -> ArgsContextMenu
fn clone(&self) -> ArgsContextMenu
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ArgsContextMenu
impl Send for ArgsContextMenu
impl Sync for ArgsContextMenu
impl Unpin for ArgsContextMenu
impl UnwindSafe for ArgsContextMenu
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