#[repr(transparent)]pub struct ArkUI_ShadowType(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the shadow types.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_ShadowType
impl ArkUI_ShadowType
Sourcepub const ARKUI_SHADOW_TYPE_COLOR: ArkUI_ShadowType
pub const ARKUI_SHADOW_TYPE_COLOR: ArkUI_ShadowType
Color.
Sourcepub const ARKUI_SHADOW_TYPE_BLUR: ArkUI_ShadowType
pub const ARKUI_SHADOW_TYPE_BLUR: ArkUI_ShadowType
Blur.
Trait Implementations§
Source§impl Clone for ArkUI_ShadowType
impl Clone for ArkUI_ShadowType
Source§fn clone(&self) -> ArkUI_ShadowType
fn clone(&self) -> ArkUI_ShadowType
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_ShadowType
impl Debug for ArkUI_ShadowType
Source§impl Hash for ArkUI_ShadowType
impl Hash for ArkUI_ShadowType
Source§impl PartialEq for ArkUI_ShadowType
impl PartialEq for ArkUI_ShadowType
impl Copy for ArkUI_ShadowType
impl Eq for ArkUI_ShadowType
impl StructuralPartialEq for ArkUI_ShadowType
Auto Trait Implementations§
impl Freeze for ArkUI_ShadowType
impl RefUnwindSafe for ArkUI_ShadowType
impl Send for ArkUI_ShadowType
impl Sync for ArkUI_ShadowType
impl Unpin for ArkUI_ShadowType
impl UnwindSafe for ArkUI_ShadowType
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)