pub enum WindowDragQueryResponse {
NoAnswer,
Client,
Caption,
SysMenu,
}Variants§
Trait Implementations§
Source§impl Clone for WindowDragQueryResponse
impl Clone for WindowDragQueryResponse
Source§fn clone(&self) -> WindowDragQueryResponse
fn clone(&self) -> WindowDragQueryResponse
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 WindowDragQueryResponse
Auto Trait Implementations§
impl Freeze for WindowDragQueryResponse
impl RefUnwindSafe for WindowDragQueryResponse
impl Send for WindowDragQueryResponse
impl Sync for WindowDragQueryResponse
impl Unpin for WindowDragQueryResponse
impl UnsafeUnpin for WindowDragQueryResponse
impl UnwindSafe for WindowDragQueryResponse
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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