pub struct ArkUI_ShowCounterConfig { /* private fields */ }Available on crate features
api-12 and api-22 only.Expand description
Defines the textField’s counter configuration.
Available since API-level: 22
Auto Trait Implementations§
impl Freeze for ArkUI_ShowCounterConfig
impl RefUnwindSafe for ArkUI_ShowCounterConfig
impl Send for ArkUI_ShowCounterConfig
impl Sync for ArkUI_ShowCounterConfig
impl Unpin for ArkUI_ShowCounterConfig
impl UnsafeUnpin for ArkUI_ShowCounterConfig
impl UnwindSafe for ArkUI_ShowCounterConfig
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