#[repr(transparent)]pub struct ArkUI_CheckboxShape(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the shapes of the check box
@since 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_CheckboxShape
impl ArkUI_CheckboxShape
Sourcepub const ArkUI_CHECKBOX_SHAPE_CIRCLE: ArkUI_CheckboxShape = _
pub const ArkUI_CHECKBOX_SHAPE_CIRCLE: ArkUI_CheckboxShape = _
Circle.
Source§impl ArkUI_CheckboxShape
impl ArkUI_CheckboxShape
Sourcepub const ArkUI_CHECKBOX_SHAPE_ROUNDED_SQUARE: ArkUI_CheckboxShape = _
pub const ArkUI_CHECKBOX_SHAPE_ROUNDED_SQUARE: ArkUI_CheckboxShape = _
Rounded square.
Trait Implementations§
Source§impl Clone for ArkUI_CheckboxShape
impl Clone for ArkUI_CheckboxShape
Source§fn clone(&self) -> ArkUI_CheckboxShape
fn clone(&self) -> ArkUI_CheckboxShape
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_CheckboxShape
impl Hash for ArkUI_CheckboxShape
Source§impl PartialEq for ArkUI_CheckboxShape
impl PartialEq for ArkUI_CheckboxShape
impl Eq for ArkUI_CheckboxShape
impl StructuralPartialEq for ArkUI_CheckboxShape
Auto Trait Implementations§
impl Freeze for ArkUI_CheckboxShape
impl RefUnwindSafe for ArkUI_CheckboxShape
impl Send for ArkUI_CheckboxShape
impl Sync for ArkUI_CheckboxShape
impl Unpin for ArkUI_CheckboxShape
impl UnwindSafe for ArkUI_CheckboxShape
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