#[repr(transparent)]pub struct ArkUI_FontStyle(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the font styles.
@since 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.
Source§impl ArkUI_FontStyle
impl ArkUI_FontStyle
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 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_FontStyle
impl Hash for ArkUI_FontStyle
Source§impl PartialEq for ArkUI_FontStyle
impl PartialEq 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§
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