Enum makepad_widgets::shader::std::DragResponse
pub enum DragResponse {
None,
Copy,
Link,
Move,
}
Variants§
Trait Implementations§
§impl Clone for DragResponse
impl Clone for DragResponse
§fn clone(&self) -> DragResponse
fn clone(&self) -> DragResponse
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 more§impl Debug for DragResponse
impl Debug for DragResponse
§impl PartialEq<DragResponse> for DragResponse
impl PartialEq<DragResponse> for DragResponse
§fn eq(&self, other: &DragResponse) -> bool
fn eq(&self, other: &DragResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DragResponse
impl StructuralPartialEq for DragResponse
Auto Trait Implementations§
impl RefUnwindSafe for DragResponse
impl Send for DragResponse
impl Sync for DragResponse
impl Unpin for DragResponse
impl UnwindSafe for DragResponse
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