#[repr(transparent)]pub struct ArkUI_HoverEffect(pub c_uint);Available on crate features
api-12 and api-23 only.Expand description
Enumerates the hover effects when a component is hovered over.
Available since API-level: 23
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_HoverEffect
impl ArkUI_HoverEffect
Sourcepub const ARKUI_HOVER_EFFECT_AUTO: ArkUI_HoverEffect
pub const ARKUI_HOVER_EFFECT_AUTO: ArkUI_HoverEffect
Default effect.
Sourcepub const ARKUI_HOVER_EFFECT_SCALE: ArkUI_HoverEffect
pub const ARKUI_HOVER_EFFECT_SCALE: ArkUI_HoverEffect
Scale effect.
Sourcepub const ARKUI_HOVER_EFFECT_HIGHLIGHT: ArkUI_HoverEffect
pub const ARKUI_HOVER_EFFECT_HIGHLIGHT: ArkUI_HoverEffect
Highlight effect.
Sourcepub const ARKUI_HOVER_EFFECT_NONE: ArkUI_HoverEffect
pub const ARKUI_HOVER_EFFECT_NONE: ArkUI_HoverEffect
No effect.
Trait Implementations§
Source§impl Clone for ArkUI_HoverEffect
impl Clone for ArkUI_HoverEffect
Source§fn clone(&self) -> ArkUI_HoverEffect
fn clone(&self) -> ArkUI_HoverEffect
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 moreSource§impl Debug for ArkUI_HoverEffect
impl Debug for ArkUI_HoverEffect
Source§impl Hash for ArkUI_HoverEffect
impl Hash for ArkUI_HoverEffect
Source§impl PartialEq for ArkUI_HoverEffect
impl PartialEq for ArkUI_HoverEffect
Source§fn eq(&self, other: &ArkUI_HoverEffect) -> bool
fn eq(&self, other: &ArkUI_HoverEffect) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ArkUI_HoverEffect
impl Eq for ArkUI_HoverEffect
impl StructuralPartialEq for ArkUI_HoverEffect
Auto Trait Implementations§
impl Freeze for ArkUI_HoverEffect
impl RefUnwindSafe for ArkUI_HoverEffect
impl Send for ArkUI_HoverEffect
impl Sync for ArkUI_HoverEffect
impl Unpin for ArkUI_HoverEffect
impl UnsafeUnpin for ArkUI_HoverEffect
impl UnwindSafe for ArkUI_HoverEffect
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