#[repr(transparent)]pub struct ArkUI_TextCase(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the text cases.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_TextCase
impl ArkUI_TextCase
Sourcepub const ARKUI_TEXT_CASE_NORMAL: ArkUI_TextCase
pub const ARKUI_TEXT_CASE_NORMAL: ArkUI_TextCase
The original case of the text is retained.
Sourcepub const ARKUI_TEXT_CASE_LOWER: ArkUI_TextCase
pub const ARKUI_TEXT_CASE_LOWER: ArkUI_TextCase
All letters in the text are in lowercase.
Sourcepub const ARKUI_TEXT_CASE_UPPER: ArkUI_TextCase
pub const ARKUI_TEXT_CASE_UPPER: ArkUI_TextCase
All letters in the text are in uppercase.
Trait Implementations§
Source§impl Clone for ArkUI_TextCase
impl Clone for ArkUI_TextCase
Source§fn clone(&self) -> ArkUI_TextCase
fn clone(&self) -> ArkUI_TextCase
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_TextCase
impl Debug for ArkUI_TextCase
Source§impl Hash for ArkUI_TextCase
impl Hash for ArkUI_TextCase
Source§impl PartialEq for ArkUI_TextCase
impl PartialEq for ArkUI_TextCase
impl Copy for ArkUI_TextCase
impl Eq for ArkUI_TextCase
impl StructuralPartialEq for ArkUI_TextCase
Auto Trait Implementations§
impl Freeze for ArkUI_TextCase
impl RefUnwindSafe for ArkUI_TextCase
impl Send for ArkUI_TextCase
impl Sync for ArkUI_TextCase
impl Unpin for ArkUI_TextCase
impl UnwindSafe for ArkUI_TextCase
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)