pub struct ContextMenuEventArgs {
pub target: NodeHandle,
pub x: f32,
pub y: f32,
pub host: HostContext,
}Fields§
§target: NodeHandle§x: f32§y: f32§host: HostContextTrait Implementations§
Source§impl Clone for ContextMenuEventArgs
impl Clone for ContextMenuEventArgs
Source§fn clone(&self) -> ContextMenuEventArgs
fn clone(&self) -> ContextMenuEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ContextMenuEventArgs
Source§impl Debug for ContextMenuEventArgs
impl Debug for ContextMenuEventArgs
Source§impl PartialEq for ContextMenuEventArgs
impl PartialEq for ContextMenuEventArgs
impl StructuralPartialEq for ContextMenuEventArgs
Auto Trait Implementations§
impl Freeze for ContextMenuEventArgs
impl RefUnwindSafe for ContextMenuEventArgs
impl Send for ContextMenuEventArgs
impl Sync for ContextMenuEventArgs
impl Unpin for ContextMenuEventArgs
impl UnsafeUnpin for ContextMenuEventArgs
impl UnwindSafe for ContextMenuEventArgs
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