pub struct DragDropPayloadEmpty {
pub preview: bool,
pub delivery: bool,
}Expand description
Empty payload (no data, just notification)
Fields§
§preview: boolTrue when hovering over target
delivery: boolTrue when payload should be delivered
Trait Implementations§
Source§impl Clone for DragDropPayloadEmpty
impl Clone for DragDropPayloadEmpty
Source§fn clone(&self) -> DragDropPayloadEmpty
fn clone(&self) -> DragDropPayloadEmpty
Returns a duplicate 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 moreSource§impl Debug for DragDropPayloadEmpty
impl Debug for DragDropPayloadEmpty
impl Copy for DragDropPayloadEmpty
Auto Trait Implementations§
impl Freeze for DragDropPayloadEmpty
impl RefUnwindSafe for DragDropPayloadEmpty
impl Send for DragDropPayloadEmpty
impl Sync for DragDropPayloadEmpty
impl Unpin for DragDropPayloadEmpty
impl UnwindSafe for DragDropPayloadEmpty
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