#[repr(transparent)]pub struct ArkUI_ShapeType(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the custom shapes.
@since 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_ShapeType
impl ArkUI_ShapeType
Sourcepub const ARKUI_SHAPE_TYPE_RECTANGLE: ArkUI_ShapeType = _
pub const ARKUI_SHAPE_TYPE_RECTANGLE: ArkUI_ShapeType = _
Rectangle.
Source§impl ArkUI_ShapeType
impl ArkUI_ShapeType
Sourcepub const ARKUI_SHAPE_TYPE_CIRCLE: ArkUI_ShapeType = _
pub const ARKUI_SHAPE_TYPE_CIRCLE: ArkUI_ShapeType = _
Circle.
Source§impl ArkUI_ShapeType
impl ArkUI_ShapeType
Sourcepub const ARKUI_SHAPE_TYPE_ELLIPSE: ArkUI_ShapeType = _
pub const ARKUI_SHAPE_TYPE_ELLIPSE: ArkUI_ShapeType = _
Ellipse.
Source§impl ArkUI_ShapeType
impl ArkUI_ShapeType
Sourcepub const ARKUI_SHAPE_TYPE_PATH: ArkUI_ShapeType = _
pub const ARKUI_SHAPE_TYPE_PATH: ArkUI_ShapeType = _
Path.
Trait Implementations§
Source§impl Clone for ArkUI_ShapeType
impl Clone for ArkUI_ShapeType
Source§fn clone(&self) -> ArkUI_ShapeType
fn clone(&self) -> ArkUI_ShapeType
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_ShapeType
impl Hash for ArkUI_ShapeType
Source§impl PartialEq for ArkUI_ShapeType
impl PartialEq for ArkUI_ShapeType
impl Eq for ArkUI_ShapeType
impl StructuralPartialEq for ArkUI_ShapeType
Auto Trait Implementations§
impl Freeze for ArkUI_ShapeType
impl RefUnwindSafe for ArkUI_ShapeType
impl Send for ArkUI_ShapeType
impl Sync for ArkUI_ShapeType
impl Unpin for ArkUI_ShapeType
impl UnwindSafe for ArkUI_ShapeType
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