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