#[repr(transparent)]pub struct ArkUI_NavDestinationState(pub c_uint);Available on crate feature
api-12 only.Expand description
Defines the state of the NavDestination component.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_SHOW: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_SHOW: ArkUI_NavDestinationState
The NavDestination show.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_HIDE: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_HIDE: ArkUI_NavDestinationState
The NavDestination hide.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_APPEAR: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_APPEAR: ArkUI_NavDestinationState
The NavDestination is mounted to the component tree.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_DISAPPEAR: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_DISAPPEAR: ArkUI_NavDestinationState
The NavDestination removed from the component tree.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_SHOW: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_SHOW: ArkUI_NavDestinationState
Before the NavDestination show.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_HIDE: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_HIDE: ArkUI_NavDestinationState
Before the NavDestination hide.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_APPEAR: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_APPEAR: ArkUI_NavDestinationState
Before the NavDestination mount to the component tree.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_DISAPPEAR: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_WILL_DISAPPEAR: ArkUI_NavDestinationState
Before the NavDestination removed from the component tree.
Sourcepub const ARKUI_NAV_DESTINATION_STATE_ON_BACK_PRESS: ArkUI_NavDestinationState
pub const ARKUI_NAV_DESTINATION_STATE_ON_BACK_PRESS: ArkUI_NavDestinationState
The NavDestination returns from the component.
Trait Implementations§
Source§fn clone(&self) -> ArkUI_NavDestinationState
fn clone(&self) -> ArkUI_NavDestinationState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
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