#[repr(transparent)]pub struct ArkUI_WaterFlowLayoutMode(pub c_uint);Available on crate features
api-12 and api-18 only.Expand description
Enumerates the layout modes of the WaterFlow component.
Available since API-level: 18
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_WaterFlowLayoutMode
impl ArkUI_WaterFlowLayoutMode
Sourcepub const ARKUI_WATER_FLOW_LAYOUT_MODE_ALWAYS_TOP_DOWN: ArkUI_WaterFlowLayoutMode
pub const ARKUI_WATER_FLOW_LAYOUT_MODE_ALWAYS_TOP_DOWN: ArkUI_WaterFlowLayoutMode
Layout items from top to viewport.
Sourcepub const ARKUI_WATER_FLOW_LAYOUT_MODE_SLIDING_WINDOW: ArkUI_WaterFlowLayoutMode
pub const ARKUI_WATER_FLOW_LAYOUT_MODE_SLIDING_WINDOW: ArkUI_WaterFlowLayoutMode
Layout items in viewport.
Trait Implementations§
Source§impl Clone for ArkUI_WaterFlowLayoutMode
impl Clone for ArkUI_WaterFlowLayoutMode
Source§fn clone(&self) -> ArkUI_WaterFlowLayoutMode
fn clone(&self) -> ArkUI_WaterFlowLayoutMode
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_WaterFlowLayoutMode
impl Debug for ArkUI_WaterFlowLayoutMode
Source§impl Hash for ArkUI_WaterFlowLayoutMode
impl Hash for ArkUI_WaterFlowLayoutMode
impl Copy for ArkUI_WaterFlowLayoutMode
impl Eq for ArkUI_WaterFlowLayoutMode
impl StructuralPartialEq for ArkUI_WaterFlowLayoutMode
Auto Trait Implementations§
impl Freeze for ArkUI_WaterFlowLayoutMode
impl RefUnwindSafe for ArkUI_WaterFlowLayoutMode
impl Send for ArkUI_WaterFlowLayoutMode
impl Sync for ArkUI_WaterFlowLayoutMode
impl Unpin for ArkUI_WaterFlowLayoutMode
impl UnwindSafe for ArkUI_WaterFlowLayoutMode
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)