pub struct ArkUI_AccessibilityElementInfo { /* private fields */ }Trait Implementations§
Source§impl Clone for ArkUI_AccessibilityElementInfo
impl Clone for ArkUI_AccessibilityElementInfo
Source§fn clone(&self) -> ArkUI_AccessibilityElementInfo
fn clone(&self) -> ArkUI_AccessibilityElementInfo
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 moreimpl Copy for ArkUI_AccessibilityElementInfo
Auto Trait Implementations§
impl Freeze for ArkUI_AccessibilityElementInfo
impl RefUnwindSafe for ArkUI_AccessibilityElementInfo
impl Send for ArkUI_AccessibilityElementInfo
impl Sync for ArkUI_AccessibilityElementInfo
impl Unpin for ArkUI_AccessibilityElementInfo
impl UnsafeUnpin for ArkUI_AccessibilityElementInfo
impl UnwindSafe for ArkUI_AccessibilityElementInfo
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