Enum makepad_widgets::shader::std::HoverState
pub enum HoverState {
In,
Over,
Out,
}
Variants§
Trait Implementations§
§impl Clone for HoverState
impl Clone for HoverState
§fn clone(&self) -> HoverState
fn clone(&self) -> HoverState
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 HoverState
impl Debug for HoverState
§impl Default for HoverState
impl Default for HoverState
§fn default() -> HoverState
fn default() -> HoverState
Returns the “default value” for a type. Read more
§impl PartialEq<HoverState> for HoverState
impl PartialEq<HoverState> for HoverState
§fn eq(&self, other: &HoverState) -> bool
fn eq(&self, other: &HoverState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HoverState
Auto Trait Implementations§
impl RefUnwindSafe for HoverState
impl Send for HoverState
impl Sync for HoverState
impl Unpin for HoverState
impl UnwindSafe for HoverState
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