#[repr(transparent)]pub struct ArkUI_EffectEdge(pub c_uint);Available on crate features
api-12 and api-18 only.Expand description
Enumerates the edges for which the effect takes effect when the boundary of the scrollable content is reached.
Available since API-level: 18
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_EffectEdge
impl ArkUI_EffectEdge
Sourcepub const ARKUI_EFFECT_EDGE_START: ArkUI_EffectEdge
pub const ARKUI_EFFECT_EDGE_START: ArkUI_EffectEdge
Start edge.
Sourcepub const ARKUI_EFFECT_EDGE_END: ArkUI_EffectEdge
pub const ARKUI_EFFECT_EDGE_END: ArkUI_EffectEdge
End edge.
Trait Implementations§
Source§impl Clone for ArkUI_EffectEdge
impl Clone for ArkUI_EffectEdge
Source§fn clone(&self) -> ArkUI_EffectEdge
fn clone(&self) -> ArkUI_EffectEdge
Returns a duplicate of the value. Read more
1.0.0§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_EffectEdge
impl Debug for ArkUI_EffectEdge
Source§impl Hash for ArkUI_EffectEdge
impl Hash for ArkUI_EffectEdge
Source§impl PartialEq for ArkUI_EffectEdge
impl PartialEq for ArkUI_EffectEdge
impl Copy for ArkUI_EffectEdge
impl Eq for ArkUI_EffectEdge
impl StructuralPartialEq for ArkUI_EffectEdge
Auto Trait Implementations§
impl Freeze for ArkUI_EffectEdge
impl RefUnwindSafe for ArkUI_EffectEdge
impl Send for ArkUI_EffectEdge
impl Sync for ArkUI_EffectEdge
impl Unpin for ArkUI_EffectEdge
impl UnwindSafe for ArkUI_EffectEdge
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)