#[repr(transparent)]pub struct ArkUI_TextCase(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the text cases.
@since 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.
Source§impl ArkUI_TextCase
impl ArkUI_TextCase
Sourcepub const ARKUI_TEXT_CASE_LOWER: ArkUI_TextCase = _
pub const ARKUI_TEXT_CASE_LOWER: ArkUI_TextCase = _
All letters in the text are in lowercase.
Source§impl ArkUI_TextCase
impl ArkUI_TextCase
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 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_TextCase
impl Hash for ArkUI_TextCase
Source§impl PartialEq for ArkUI_TextCase
impl PartialEq 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§
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