#[repr(transparent)]pub struct ArkUI_LocalizedAlignment(pub c_uint);Available on crate features
api-12 and api-23 only.Expand description
Enumerates the localizedAlignment modes.
Available since API-level: 23
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_LocalizedAlignment
impl ArkUI_LocalizedAlignment
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_TOP_START: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_TOP_START: ArkUI_LocalizedAlignment
Top start.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_TOP: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_TOP: ArkUI_LocalizedAlignment
Top center.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_TOP_END: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_TOP_END: ArkUI_LocalizedAlignment
Top end.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_START: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_START: ArkUI_LocalizedAlignment
Vertically centered start.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_CENTER: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_CENTER: ArkUI_LocalizedAlignment
Horizontally and vertically centered.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_END: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_END: ArkUI_LocalizedAlignment
Vertically centered end.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_BOTTOM_START: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_BOTTOM_START: ArkUI_LocalizedAlignment
Bottom start.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_BOTTOM: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_BOTTOM: ArkUI_LocalizedAlignment
Horizontally centered on the bottom.
Sourcepub const ARKUI_LOCALIZED_ALIGNMENT_BOTTOM_END: ArkUI_LocalizedAlignment
pub const ARKUI_LOCALIZED_ALIGNMENT_BOTTOM_END: ArkUI_LocalizedAlignment
Bottom end.
Trait Implementations§
Source§impl Clone for ArkUI_LocalizedAlignment
impl Clone for ArkUI_LocalizedAlignment
Source§fn clone(&self) -> ArkUI_LocalizedAlignment
fn clone(&self) -> ArkUI_LocalizedAlignment
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_LocalizedAlignment
impl Debug for ArkUI_LocalizedAlignment
Source§impl Hash for ArkUI_LocalizedAlignment
impl Hash for ArkUI_LocalizedAlignment
Source§impl PartialEq for ArkUI_LocalizedAlignment
impl PartialEq for ArkUI_LocalizedAlignment
Source§fn eq(&self, other: &ArkUI_LocalizedAlignment) -> bool
fn eq(&self, other: &ArkUI_LocalizedAlignment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ArkUI_LocalizedAlignment
impl Eq for ArkUI_LocalizedAlignment
impl StructuralPartialEq for ArkUI_LocalizedAlignment
Auto Trait Implementations§
impl Freeze for ArkUI_LocalizedAlignment
impl RefUnwindSafe for ArkUI_LocalizedAlignment
impl Send for ArkUI_LocalizedAlignment
impl Sync for ArkUI_LocalizedAlignment
impl Unpin for ArkUI_LocalizedAlignment
impl UnsafeUnpin for ArkUI_LocalizedAlignment
impl UnwindSafe for ArkUI_LocalizedAlignment
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