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