Struct zaplib::WindowDragQueryEvent
source · [−]pub struct WindowDragQueryEvent {
pub window_id: usize,
pub abs: Vec2,
pub response: WindowDragQueryResponse,
}Expand description
See Event::WindowDragQuery.
To respond, set response field to a variant of WindowDragQueryResponse.
Fields
window_id: usizeabs: Vec2response: WindowDragQueryResponseTrait 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 WindowDragQueryEvent
impl Send for WindowDragQueryEvent
impl Sync for WindowDragQueryEvent
impl Unpin for WindowDragQueryEvent
impl UnwindSafe for WindowDragQueryEvent
Blanket Implementations
Mutably borrows from an owned value. Read more