pub struct ArkUI_TextMenuItemArray { /* private fields */ }Available on crate features
api-12 and api-22 only.Expand description
Defines text menu item array.
Available since API-level: 22
Auto Trait Implementations§
impl Freeze for ArkUI_TextMenuItemArray
impl RefUnwindSafe for ArkUI_TextMenuItemArray
impl Send for ArkUI_TextMenuItemArray
impl Sync for ArkUI_TextMenuItemArray
impl Unpin for ArkUI_TextMenuItemArray
impl UnsafeUnpin for ArkUI_TextMenuItemArray
impl UnwindSafe for ArkUI_TextMenuItemArray
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