#[repr(transparent)]pub struct ArkUI_FontStyle(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the font styles.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_FontStyle
impl ArkUI_FontStyle
Sourcepub const ARKUI_FONT_STYLE_NORMAL: ArkUI_FontStyle
pub const ARKUI_FONT_STYLE_NORMAL: ArkUI_FontStyle
Standard font style.
Sourcepub const ARKUI_FONT_STYLE_ITALIC: ArkUI_FontStyle
pub const ARKUI_FONT_STYLE_ITALIC: ArkUI_FontStyle
Italic font style.
Trait Implementations§
Source§impl Clone for ArkUI_FontStyle
impl Clone for ArkUI_FontStyle
Source§fn clone(&self) -> ArkUI_FontStyle
fn clone(&self) -> ArkUI_FontStyle
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_FontStyle
impl Debug for ArkUI_FontStyle
Source§impl Hash for ArkUI_FontStyle
impl Hash for ArkUI_FontStyle
Source§impl PartialEq for ArkUI_FontStyle
impl PartialEq for ArkUI_FontStyle
impl Copy for ArkUI_FontStyle
impl Eq for ArkUI_FontStyle
impl StructuralPartialEq for ArkUI_FontStyle
Auto Trait Implementations§
impl Freeze for ArkUI_FontStyle
impl RefUnwindSafe for ArkUI_FontStyle
impl Send for ArkUI_FontStyle
impl Sync for ArkUI_FontStyle
impl Unpin for ArkUI_FontStyle
impl UnwindSafe for ArkUI_FontStyle
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)