#[repr(C)]pub struct ArkUI_NativeDialog { /* private fields */ }Available on crate feature
api-12 only.Expand description
Defines the custom dialog box controller of ArkUI on the native side.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for ArkUI_NativeDialog
impl RefUnwindSafe for ArkUI_NativeDialog
impl Send for ArkUI_NativeDialog
impl Sync for ArkUI_NativeDialog
impl Unpin for ArkUI_NativeDialog
impl UnwindSafe for ArkUI_NativeDialog
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