pub struct ArkUI_AccessibilityEventInfo { /* private fields */ }Trait Implementations§
Source§impl Clone for ArkUI_AccessibilityEventInfo
impl Clone for ArkUI_AccessibilityEventInfo
Source§fn clone(&self) -> ArkUI_AccessibilityEventInfo
fn clone(&self) -> ArkUI_AccessibilityEventInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§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_AccessibilityEventInfo
impl Debug for ArkUI_AccessibilityEventInfo
impl Copy for ArkUI_AccessibilityEventInfo
Auto Trait Implementations§
impl Freeze for ArkUI_AccessibilityEventInfo
impl RefUnwindSafe for ArkUI_AccessibilityEventInfo
impl Send for ArkUI_AccessibilityEventInfo
impl Sync for ArkUI_AccessibilityEventInfo
impl Unpin for ArkUI_AccessibilityEventInfo
impl UnsafeUnpin for ArkUI_AccessibilityEventInfo
impl UnwindSafe for ArkUI_AccessibilityEventInfo
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