#[repr(transparent)]pub struct ArkUI_VerticalAlignment(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the vertical alignment modes.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_VerticalAlignment
impl ArkUI_VerticalAlignment
Sourcepub const ARKUI_VERTICAL_ALIGNMENT_TOP: ArkUI_VerticalAlignment
pub const ARKUI_VERTICAL_ALIGNMENT_TOP: ArkUI_VerticalAlignment
Top aligned.
Source§impl ArkUI_VerticalAlignment
impl ArkUI_VerticalAlignment
Sourcepub const ARKUI_VERTICAL_ALIGNMENT_CENTER: ArkUI_VerticalAlignment
pub const ARKUI_VERTICAL_ALIGNMENT_CENTER: ArkUI_VerticalAlignment
Center aligned. This is the default alignment mode.
Source§impl ArkUI_VerticalAlignment
impl ArkUI_VerticalAlignment
Sourcepub const ARKUI_VERTICAL_ALIGNMENT_BOTTOM: ArkUI_VerticalAlignment
pub const ARKUI_VERTICAL_ALIGNMENT_BOTTOM: ArkUI_VerticalAlignment
Bottom aligned.
Trait Implementations§
Source§impl Clone for ArkUI_VerticalAlignment
impl Clone for ArkUI_VerticalAlignment
Source§fn clone(&self) -> ArkUI_VerticalAlignment
fn clone(&self) -> ArkUI_VerticalAlignment
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_VerticalAlignment
impl Hash for ArkUI_VerticalAlignment
Source§impl PartialEq for ArkUI_VerticalAlignment
impl PartialEq for ArkUI_VerticalAlignment
impl Copy for ArkUI_VerticalAlignment
impl Eq for ArkUI_VerticalAlignment
impl StructuralPartialEq for ArkUI_VerticalAlignment
Auto Trait Implementations§
impl Freeze for ArkUI_VerticalAlignment
impl RefUnwindSafe for ArkUI_VerticalAlignment
impl Send for ArkUI_VerticalAlignment
impl Sync for ArkUI_VerticalAlignment
impl Unpin for ArkUI_VerticalAlignment
impl UnwindSafe for ArkUI_VerticalAlignment
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