#[repr(transparent)]pub struct ArkUI_DialogState(pub c_uint);Available on crate features
api-12 and api-20 only.Expand description
Enumerates the state of dialog.
Required System Capabilities: SystemCapability.ArkUI.ArkUI.Full
Available since API-level: 20
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_DialogState
impl ArkUI_DialogState
Sourcepub const DIALOG_UNINITIALIZED: ArkUI_DialogState
pub const DIALOG_UNINITIALIZED: ArkUI_DialogState
Uninitialized.
Required System Capabilities: SystemCapability.ArkUI.ArkUI.Full
Available since API-level: 20
Sourcepub const DIALOG_INITIALIZED: ArkUI_DialogState
pub const DIALOG_INITIALIZED: ArkUI_DialogState
Initialized.
Required System Capabilities: SystemCapability.ArkUI.ArkUI.Full
Available since API-level: 20
Sourcepub const DIALOG_APPEARING: ArkUI_DialogState
pub const DIALOG_APPEARING: ArkUI_DialogState
Appearing.
Required System Capabilities: SystemCapability.ArkUI.ArkUI.Full
Available since API-level: 20
Sourcepub const DIALOG_APPEARED: ArkUI_DialogState
pub const DIALOG_APPEARED: ArkUI_DialogState
Appeared.
Required System Capabilities: SystemCapability.ArkUI.ArkUI.Full
Available since API-level: 20
Sourcepub const DIALOG_DISAPPEARING: ArkUI_DialogState
pub const DIALOG_DISAPPEARING: ArkUI_DialogState
Disappearing.
Required System Capabilities: SystemCapability.ArkUI.ArkUI.Full
Available since API-level: 20
Sourcepub const DIALOG_DISAPPEARED: ArkUI_DialogState
pub const DIALOG_DISAPPEARED: ArkUI_DialogState
Disappeared.
Required System Capabilities: SystemCapability.ArkUI.ArkUI.Full
Available since API-level: 20
Trait Implementations§
Source§impl Clone for ArkUI_DialogState
impl Clone for ArkUI_DialogState
Source§fn clone(&self) -> ArkUI_DialogState
fn clone(&self) -> ArkUI_DialogState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArkUI_DialogState
impl Debug for ArkUI_DialogState
Source§impl Hash for ArkUI_DialogState
impl Hash for ArkUI_DialogState
Source§impl PartialEq for ArkUI_DialogState
impl PartialEq for ArkUI_DialogState
Source§fn eq(&self, other: &ArkUI_DialogState) -> bool
fn eq(&self, other: &ArkUI_DialogState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ArkUI_DialogState
impl Eq for ArkUI_DialogState
impl StructuralPartialEq for ArkUI_DialogState
Auto Trait Implementations§
impl Freeze for ArkUI_DialogState
impl RefUnwindSafe for ArkUI_DialogState
impl Send for ArkUI_DialogState
impl Sync for ArkUI_DialogState
impl Unpin for ArkUI_DialogState
impl UnsafeUnpin for ArkUI_DialogState
impl UnwindSafe for ArkUI_DialogState
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