#[repr(transparent)]pub struct ArkUI_CalendarAlignment(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the alignment modes between the calendar picker and the entry component.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_CalendarAlignment
impl ArkUI_CalendarAlignment
Sourcepub const ARKUI_CALENDAR_ALIGNMENT_START: ArkUI_CalendarAlignment
pub const ARKUI_CALENDAR_ALIGNMENT_START: ArkUI_CalendarAlignment
Left aligned.
Source§impl ArkUI_CalendarAlignment
impl ArkUI_CalendarAlignment
Sourcepub const ARKUI_CALENDAR_ALIGNMENT_CENTER: ArkUI_CalendarAlignment
pub const ARKUI_CALENDAR_ALIGNMENT_CENTER: ArkUI_CalendarAlignment
Center aligned.
Source§impl ArkUI_CalendarAlignment
impl ArkUI_CalendarAlignment
Sourcepub const ARKUI_CALENDAR_ALIGNMENT_END: ArkUI_CalendarAlignment
pub const ARKUI_CALENDAR_ALIGNMENT_END: ArkUI_CalendarAlignment
Right aligned.
Trait Implementations§
Source§impl Clone for ArkUI_CalendarAlignment
impl Clone for ArkUI_CalendarAlignment
Source§fn clone(&self) -> ArkUI_CalendarAlignment
fn clone(&self) -> ArkUI_CalendarAlignment
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_CalendarAlignment
impl Hash for ArkUI_CalendarAlignment
Source§impl PartialEq for ArkUI_CalendarAlignment
impl PartialEq for ArkUI_CalendarAlignment
impl Copy for ArkUI_CalendarAlignment
impl Eq for ArkUI_CalendarAlignment
impl StructuralPartialEq for ArkUI_CalendarAlignment
Auto Trait Implementations§
impl Freeze for ArkUI_CalendarAlignment
impl RefUnwindSafe for ArkUI_CalendarAlignment
impl Send for ArkUI_CalendarAlignment
impl Sync for ArkUI_CalendarAlignment
impl Unpin for ArkUI_CalendarAlignment
impl UnwindSafe for ArkUI_CalendarAlignment
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