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