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