pub struct PressableIndicatorVisualState {
pub hovered: bool,
pub pressed: bool,
pub focused: bool,
pub enabled: bool,
}Fields§
§hovered: bool§pressed: bool§focused: bool§enabled: boolTrait Implementations§
Source§impl Clone for PressableIndicatorVisualState
impl Clone for PressableIndicatorVisualState
Source§fn clone(&self) -> PressableIndicatorVisualState
fn clone(&self) -> PressableIndicatorVisualState
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 PressableIndicatorVisualState
Source§impl Default for PressableIndicatorVisualState
impl Default for PressableIndicatorVisualState
Source§fn default() -> PressableIndicatorVisualState
fn default() -> PressableIndicatorVisualState
Returns the “default value” for a type. Read more
impl Eq for PressableIndicatorVisualState
impl StructuralPartialEq for PressableIndicatorVisualState
Auto Trait Implementations§
impl Freeze for PressableIndicatorVisualState
impl RefUnwindSafe for PressableIndicatorVisualState
impl Send for PressableIndicatorVisualState
impl Sync for PressableIndicatorVisualState
impl Unpin for PressableIndicatorVisualState
impl UnsafeUnpin for PressableIndicatorVisualState
impl UnwindSafe for PressableIndicatorVisualState
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