#[repr(C)]pub struct ArkUI_AnimatorOnFrameEvent { /* private fields */ }Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for ArkUI_AnimatorOnFrameEvent
impl RefUnwindSafe for ArkUI_AnimatorOnFrameEvent
impl Send for ArkUI_AnimatorOnFrameEvent
impl Sync for ArkUI_AnimatorOnFrameEvent
impl Unpin for ArkUI_AnimatorOnFrameEvent
impl UnwindSafe for ArkUI_AnimatorOnFrameEvent
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