#[repr(transparent)]pub struct ArkUI_StickyStyle(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the modes for pinning the header to the top or the footer to the bottom.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_StickyStyle
impl ArkUI_StickyStyle
Sourcepub const ARKUI_STICKY_STYLE_NONE: ArkUI_StickyStyle
pub const ARKUI_STICKY_STYLE_NONE: ArkUI_StickyStyle
In the list item group, the header is not pinned to the top, and the footer is not pinned to the bottom.
Sourcepub const ARKUI_STICKY_STYLE_HEADER: ArkUI_StickyStyle
pub const ARKUI_STICKY_STYLE_HEADER: ArkUI_StickyStyle
In the list item group, the header is pinned to the top, and the footer is not pinned to the bottom.
Sourcepub const ARKUI_STICKY_STYLE_FOOTER: ArkUI_StickyStyle
pub const ARKUI_STICKY_STYLE_FOOTER: ArkUI_StickyStyle
In the list item group, the footer is pinned to the bottom, and the header is not pinned to the top.
Sourcepub const ARKUI_STICKY_STYLE_BOTH: ArkUI_StickyStyle
pub const ARKUI_STICKY_STYLE_BOTH: ArkUI_StickyStyle
In the list item group, the footer is pinned to the bottom, and the header is pinned to the top.
Trait Implementations§
Source§impl Clone for ArkUI_StickyStyle
impl Clone for ArkUI_StickyStyle
Source§fn clone(&self) -> ArkUI_StickyStyle
fn clone(&self) -> ArkUI_StickyStyle
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_StickyStyle
impl Debug for ArkUI_StickyStyle
Source§impl Hash for ArkUI_StickyStyle
impl Hash for ArkUI_StickyStyle
Source§impl PartialEq for ArkUI_StickyStyle
impl PartialEq for ArkUI_StickyStyle
impl Copy for ArkUI_StickyStyle
impl Eq for ArkUI_StickyStyle
impl StructuralPartialEq for ArkUI_StickyStyle
Auto Trait Implementations§
impl Freeze for ArkUI_StickyStyle
impl RefUnwindSafe for ArkUI_StickyStyle
impl Send for ArkUI_StickyStyle
impl Sync for ArkUI_StickyStyle
impl Unpin for ArkUI_StickyStyle
impl UnwindSafe for ArkUI_StickyStyle
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)