pub struct DragEventArgs {
pub session: DragSession,
pub x: f32,
pub y: f32,
pub modifiers: u32,
}Fields§
§session: DragSession§x: f32§y: f32§modifiers: u32Implementations§
Source§impl DragEventArgs
impl DragEventArgs
Trait Implementations§
Source§impl Clone for DragEventArgs
impl Clone for DragEventArgs
Source§fn clone(&self) -> DragEventArgs
fn clone(&self) -> DragEventArgs
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for DragEventArgs
impl !Send for DragEventArgs
impl !Sync for DragEventArgs
impl !UnwindSafe for DragEventArgs
impl Freeze for DragEventArgs
impl Unpin for DragEventArgs
impl UnsafeUnpin for DragEventArgs
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