Struct zaplib::FileDragUpdateEvent
source · [−]pub struct FileDragUpdateEvent {
pub abs: Vec2,
}
Expand description
Fields
abs: Vec2
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FileDragUpdateEvent
impl Send for FileDragUpdateEvent
impl Sync for FileDragUpdateEvent
impl Unpin for FileDragUpdateEvent
impl UnwindSafe for FileDragUpdateEvent
Blanket Implementations
Mutably borrows from an owned value. Read more