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 copy 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 WindowDragQueryResponse
impl Debug for WindowDragQueryResponse
impl 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 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