#[repr(transparent)]pub struct ArkUI_Alignment(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the alignment modes.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_TOP_START: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_TOP_START: ArkUI_Alignment
Top start.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_TOP: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_TOP: ArkUI_Alignment
Top center.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_TOP_END: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_TOP_END: ArkUI_Alignment
Top end.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_START: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_START: ArkUI_Alignment
Vertically centered start.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_CENTER: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_CENTER: ArkUI_Alignment
Horizontally and vertically centered.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_END: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_END: ArkUI_Alignment
Vertically centered end.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_BOTTOM_START: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_BOTTOM_START: ArkUI_Alignment
Bottom start.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_BOTTOM: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_BOTTOM: ArkUI_Alignment
Horizontally centered on the bottom.
Source§impl ArkUI_Alignment
impl ArkUI_Alignment
Sourcepub const ARKUI_ALIGNMENT_BOTTOM_END: ArkUI_Alignment
pub const ARKUI_ALIGNMENT_BOTTOM_END: ArkUI_Alignment
Bottom end.
Trait Implementations§
Source§impl Clone for ArkUI_Alignment
impl Clone for ArkUI_Alignment
Source§fn clone(&self) -> ArkUI_Alignment
fn clone(&self) -> ArkUI_Alignment
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_Alignment
impl Hash for ArkUI_Alignment
Source§impl PartialEq for ArkUI_Alignment
impl PartialEq for ArkUI_Alignment
impl Copy for ArkUI_Alignment
impl Eq for ArkUI_Alignment
impl StructuralPartialEq for ArkUI_Alignment
Auto Trait Implementations§
impl Freeze for ArkUI_Alignment
impl RefUnwindSafe for ArkUI_Alignment
impl Send for ArkUI_Alignment
impl Sync for ArkUI_Alignment
impl Unpin for ArkUI_Alignment
impl UnwindSafe for ArkUI_Alignment
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