pub struct ArkUI_ContentTransitionEffect { /* private fields */ }Available on crate features
api-12 and api-21 only.Expand description
Set the types and parameters related to content transition effects.
Available since API-level: 21
Auto Trait Implementations§
impl Freeze for ArkUI_ContentTransitionEffect
impl RefUnwindSafe for ArkUI_ContentTransitionEffect
impl Send for ArkUI_ContentTransitionEffect
impl Sync for ArkUI_ContentTransitionEffect
impl Unpin for ArkUI_ContentTransitionEffect
impl UnsafeUnpin for ArkUI_ContentTransitionEffect
impl UnwindSafe for ArkUI_ContentTransitionEffect
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