pub struct DragCompletedEventArgs {
pub effect: DragDropEffects,
}Fields§
§effect: DragDropEffectsTrait Implementations§
Source§impl Clone for DragCompletedEventArgs
impl Clone for DragCompletedEventArgs
Source§fn clone(&self) -> DragCompletedEventArgs
fn clone(&self) -> DragCompletedEventArgs
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 DragCompletedEventArgs
Source§impl Debug for DragCompletedEventArgs
impl Debug for DragCompletedEventArgs
Source§impl Default for DragCompletedEventArgs
impl Default for DragCompletedEventArgs
Source§fn default() -> DragCompletedEventArgs
fn default() -> DragCompletedEventArgs
Returns the “default value” for a type. Read more
impl Eq for DragCompletedEventArgs
Source§impl PartialEq for DragCompletedEventArgs
impl PartialEq for DragCompletedEventArgs
impl StructuralPartialEq for DragCompletedEventArgs
Auto Trait Implementations§
impl Freeze for DragCompletedEventArgs
impl RefUnwindSafe for DragCompletedEventArgs
impl Send for DragCompletedEventArgs
impl Sync for DragCompletedEventArgs
impl Unpin for DragCompletedEventArgs
impl UnsafeUnpin for DragCompletedEventArgs
impl UnwindSafe for DragCompletedEventArgs
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