#[repr(transparent)]pub struct ArkUI_BlendApplyType(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Defines how the specified blend mode is applied.
@since 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_BlendApplyType
impl ArkUI_BlendApplyType
Sourcepub const BLEND_APPLY_TYPE_FAST: ArkUI_BlendApplyType = _
pub const BLEND_APPLY_TYPE_FAST: ArkUI_BlendApplyType = _
The content of the view is blended in sequence on the target image.
Source§impl ArkUI_BlendApplyType
impl ArkUI_BlendApplyType
Sourcepub const BLEND_APPLY_TYPE_OFFSCREEN: ArkUI_BlendApplyType = _
pub const BLEND_APPLY_TYPE_OFFSCREEN: ArkUI_BlendApplyType = _
The content of the component and its child components are drawn on the offscreen canvas, and then blended with /* the existing content on the canvas.
Trait Implementations§
Source§impl Clone for ArkUI_BlendApplyType
impl Clone for ArkUI_BlendApplyType
Source§fn clone(&self) -> ArkUI_BlendApplyType
fn clone(&self) -> ArkUI_BlendApplyType
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_BlendApplyType
impl Hash for ArkUI_BlendApplyType
Source§impl PartialEq for ArkUI_BlendApplyType
impl PartialEq for ArkUI_BlendApplyType
impl Eq for ArkUI_BlendApplyType
impl StructuralPartialEq for ArkUI_BlendApplyType
Auto Trait Implementations§
impl Freeze for ArkUI_BlendApplyType
impl RefUnwindSafe for ArkUI_BlendApplyType
impl Send for ArkUI_BlendApplyType
impl Sync for ArkUI_BlendApplyType
impl Unpin for ArkUI_BlendApplyType
impl UnwindSafe for ArkUI_BlendApplyType
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