#[repr(transparent)]pub struct ArkUI_MaskType(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the mask types.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_MaskType
impl ArkUI_MaskType
Sourcepub const ARKUI_MASK_TYPE_RECTANGLE: ArkUI_MaskType
pub const ARKUI_MASK_TYPE_RECTANGLE: ArkUI_MaskType
Rectangle.
Sourcepub const ARKUI_MASK_TYPE_CIRCLE: ArkUI_MaskType
pub const ARKUI_MASK_TYPE_CIRCLE: ArkUI_MaskType
Circle.
Sourcepub const ARKUI_MASK_TYPE_ELLIPSE: ArkUI_MaskType
pub const ARKUI_MASK_TYPE_ELLIPSE: ArkUI_MaskType
Ellipse.
Sourcepub const ARKUI_MASK_TYPE_PATH: ArkUI_MaskType
pub const ARKUI_MASK_TYPE_PATH: ArkUI_MaskType
Path.
Sourcepub const ARKUI_MASK_TYPE_PROGRESS: ArkUI_MaskType
pub const ARKUI_MASK_TYPE_PROGRESS: ArkUI_MaskType
Progress indicator.
Trait Implementations§
Source§impl Clone for ArkUI_MaskType
impl Clone for ArkUI_MaskType
Source§fn clone(&self) -> ArkUI_MaskType
fn clone(&self) -> ArkUI_MaskType
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_MaskType
impl Debug for ArkUI_MaskType
Source§impl Hash for ArkUI_MaskType
impl Hash for ArkUI_MaskType
Source§impl PartialEq for ArkUI_MaskType
impl PartialEq for ArkUI_MaskType
impl Copy for ArkUI_MaskType
impl Eq for ArkUI_MaskType
impl StructuralPartialEq for ArkUI_MaskType
Auto Trait Implementations§
impl Freeze for ArkUI_MaskType
impl RefUnwindSafe for ArkUI_MaskType
impl Send for ArkUI_MaskType
impl Sync for ArkUI_MaskType
impl Unpin for ArkUI_MaskType
impl UnwindSafe for ArkUI_MaskType
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)