#[repr(transparent)]pub struct ArkUI_CheckboxShape(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the shapes of the check box
Available since API-level: 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.
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 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_CheckboxShape
impl Debug for ArkUI_CheckboxShape
Source§impl Hash for ArkUI_CheckboxShape
impl Hash for ArkUI_CheckboxShape
Source§impl PartialEq for ArkUI_CheckboxShape
impl PartialEq for ArkUI_CheckboxShape
impl Copy 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§
§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)