#[repr(transparent)]pub struct ArkUI_GridItemStyle(pub c_uint);Available on crate features
api-12 and api-22 only.Expand description
Enumerates styles of grid items.
Available since API-level: 22
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_GridItemStyle
impl ArkUI_GridItemStyle
Sourcepub const GRID_ITEM_STYLE_NONE: ArkUI_GridItemStyle
pub const GRID_ITEM_STYLE_NONE: ArkUI_GridItemStyle
No style.
Sourcepub const GRID_ITEM_STYLE_PLAIN: ArkUI_GridItemStyle
pub const GRID_ITEM_STYLE_PLAIN: ArkUI_GridItemStyle
Hover or press style.
Trait Implementations§
Source§impl Clone for ArkUI_GridItemStyle
impl Clone for ArkUI_GridItemStyle
Source§fn clone(&self) -> ArkUI_GridItemStyle
fn clone(&self) -> ArkUI_GridItemStyle
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_GridItemStyle
impl Debug for ArkUI_GridItemStyle
Source§impl Hash for ArkUI_GridItemStyle
impl Hash for ArkUI_GridItemStyle
Source§impl PartialEq for ArkUI_GridItemStyle
impl PartialEq for ArkUI_GridItemStyle
Source§fn eq(&self, other: &ArkUI_GridItemStyle) -> bool
fn eq(&self, other: &ArkUI_GridItemStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ArkUI_GridItemStyle
impl Eq for ArkUI_GridItemStyle
impl StructuralPartialEq for ArkUI_GridItemStyle
Auto Trait Implementations§
impl Freeze for ArkUI_GridItemStyle
impl RefUnwindSafe for ArkUI_GridItemStyle
impl Send for ArkUI_GridItemStyle
impl Sync for ArkUI_GridItemStyle
impl Unpin for ArkUI_GridItemStyle
impl UnsafeUnpin for ArkUI_GridItemStyle
impl UnwindSafe for ArkUI_GridItemStyle
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