#[repr(transparent)]pub struct ArkUI_FlexDirection(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the directions of the main axis in the flex container.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_FlexDirection
impl ArkUI_FlexDirection
Sourcepub const ARKUI_FLEX_DIRECTION_ROW: ArkUI_FlexDirection
pub const ARKUI_FLEX_DIRECTION_ROW: ArkUI_FlexDirection
The child components are arranged in the same direction as the main axis runs along the rows.
Source§impl ArkUI_FlexDirection
impl ArkUI_FlexDirection
Sourcepub const ARKUI_FLEX_DIRECTION_COLUMN: ArkUI_FlexDirection
pub const ARKUI_FLEX_DIRECTION_COLUMN: ArkUI_FlexDirection
The child components are arranged in the same direction as the main axis runs down the columns.
Source§impl ArkUI_FlexDirection
impl ArkUI_FlexDirection
Sourcepub const ARKUI_FLEX_DIRECTION_ROW_REVERSE: ArkUI_FlexDirection
pub const ARKUI_FLEX_DIRECTION_ROW_REVERSE: ArkUI_FlexDirection
The child components are arranged opposite to the ROW direction.
Source§impl ArkUI_FlexDirection
impl ArkUI_FlexDirection
Sourcepub const ARKUI_FLEX_DIRECTION_COLUMN_REVERSE: ArkUI_FlexDirection
pub const ARKUI_FLEX_DIRECTION_COLUMN_REVERSE: ArkUI_FlexDirection
The child components are arranged opposite to the COLUMN direction.
Trait Implementations§
Source§impl Clone for ArkUI_FlexDirection
impl Clone for ArkUI_FlexDirection
Source§fn clone(&self) -> ArkUI_FlexDirection
fn clone(&self) -> ArkUI_FlexDirection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for ArkUI_FlexDirection
impl Hash for ArkUI_FlexDirection
Source§impl PartialEq for ArkUI_FlexDirection
impl PartialEq for ArkUI_FlexDirection
impl Copy for ArkUI_FlexDirection
impl Eq for ArkUI_FlexDirection
impl StructuralPartialEq for ArkUI_FlexDirection
Auto Trait Implementations§
impl Freeze for ArkUI_FlexDirection
impl RefUnwindSafe for ArkUI_FlexDirection
impl Send for ArkUI_FlexDirection
impl Sync for ArkUI_FlexDirection
impl Unpin for ArkUI_FlexDirection
impl UnwindSafe for ArkUI_FlexDirection
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