pub struct ArkUI_CustomDialogOptions { /* private fields */ }Available on crate features
api-12 and api-19 only.Expand description
Defines a struct for the content object of a custom dialog box.
Available since API-level: 19
Auto Trait Implementations§
impl Freeze for ArkUI_CustomDialogOptions
impl RefUnwindSafe for ArkUI_CustomDialogOptions
impl Send for ArkUI_CustomDialogOptions
impl Sync for ArkUI_CustomDialogOptions
impl Unpin for ArkUI_CustomDialogOptions
impl UnsafeUnpin for ArkUI_CustomDialogOptions
impl UnwindSafe for ArkUI_CustomDialogOptions
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