#[repr(transparent)]pub struct ArkUI_EllipsisMode(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the ellipsis positions.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_EllipsisMode
impl ArkUI_EllipsisMode
Sourcepub const ARKUI_ELLIPSIS_MODE_START: ArkUI_EllipsisMode
pub const ARKUI_ELLIPSIS_MODE_START: ArkUI_EllipsisMode
An ellipsis is used at the start of the line of text.
Sourcepub const ARKUI_ELLIPSIS_MODE_CENTER: ArkUI_EllipsisMode
pub const ARKUI_ELLIPSIS_MODE_CENTER: ArkUI_EllipsisMode
An ellipsis is used at the center of the line of text.
Sourcepub const ARKUI_ELLIPSIS_MODE_END: ArkUI_EllipsisMode
pub const ARKUI_ELLIPSIS_MODE_END: ArkUI_EllipsisMode
An ellipsis is used at the end of the line of text.
Trait Implementations§
Source§impl Clone for ArkUI_EllipsisMode
impl Clone for ArkUI_EllipsisMode
Source§fn clone(&self) -> ArkUI_EllipsisMode
fn clone(&self) -> ArkUI_EllipsisMode
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_EllipsisMode
impl Debug for ArkUI_EllipsisMode
Source§impl Hash for ArkUI_EllipsisMode
impl Hash for ArkUI_EllipsisMode
Source§impl PartialEq for ArkUI_EllipsisMode
impl PartialEq for ArkUI_EllipsisMode
impl Copy for ArkUI_EllipsisMode
impl Eq for ArkUI_EllipsisMode
impl StructuralPartialEq for ArkUI_EllipsisMode
Auto Trait Implementations§
impl Freeze for ArkUI_EllipsisMode
impl RefUnwindSafe for ArkUI_EllipsisMode
impl Send for ArkUI_EllipsisMode
impl Sync for ArkUI_EllipsisMode
impl Unpin for ArkUI_EllipsisMode
impl UnwindSafe for ArkUI_EllipsisMode
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)