#[repr(transparent)]pub struct ArkUI_RouterPageState(pub c_uint);Available on crate feature
api-12 only.Expand description
Define the state of Router Page.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_RouterPageState
impl ArkUI_RouterPageState
Sourcepub const ARKUI_ROUTER_PAGE_STATE_ABOUT_TO_APPEAR: ArkUI_RouterPageState
pub const ARKUI_ROUTER_PAGE_STATE_ABOUT_TO_APPEAR: ArkUI_RouterPageState
The Router Page is about to be created.
Source§impl ArkUI_RouterPageState
impl ArkUI_RouterPageState
Sourcepub const ARKUI_ROUTER_PAGE_STATE_ABOUT_TO_DISAPPEAR: ArkUI_RouterPageState
pub const ARKUI_ROUTER_PAGE_STATE_ABOUT_TO_DISAPPEAR: ArkUI_RouterPageState
The Router Page is about to be destroyed.
Source§impl ArkUI_RouterPageState
impl ArkUI_RouterPageState
Sourcepub const ARKUI_ROUTER_PAGE_STATE_ON_SHOW: ArkUI_RouterPageState
pub const ARKUI_ROUTER_PAGE_STATE_ON_SHOW: ArkUI_RouterPageState
The Router Page show.
Source§impl ArkUI_RouterPageState
impl ArkUI_RouterPageState
Sourcepub const ARKUI_ROUTER_PAGE_STATE_ON_HIDE: ArkUI_RouterPageState
pub const ARKUI_ROUTER_PAGE_STATE_ON_HIDE: ArkUI_RouterPageState
The Router Page hide.
Source§impl ArkUI_RouterPageState
impl ArkUI_RouterPageState
Sourcepub const ARKUI_ROUTER_PAGE_STATE_ON_BACK_PRESS: ArkUI_RouterPageState
pub const ARKUI_ROUTER_PAGE_STATE_ON_BACK_PRESS: ArkUI_RouterPageState
The Router Page returns.
Trait Implementations§
Source§impl Clone for ArkUI_RouterPageState
impl Clone for ArkUI_RouterPageState
Source§fn clone(&self) -> ArkUI_RouterPageState
fn clone(&self) -> ArkUI_RouterPageState
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 moreSource§impl Hash for ArkUI_RouterPageState
impl Hash for ArkUI_RouterPageState
Source§impl PartialEq for ArkUI_RouterPageState
impl PartialEq for ArkUI_RouterPageState
impl Copy for ArkUI_RouterPageState
impl Eq for ArkUI_RouterPageState
impl StructuralPartialEq for ArkUI_RouterPageState
Auto Trait Implementations§
impl Freeze for ArkUI_RouterPageState
impl RefUnwindSafe for ArkUI_RouterPageState
impl Send for ArkUI_RouterPageState
impl Sync for ArkUI_RouterPageState
impl Unpin for ArkUI_RouterPageState
impl UnwindSafe for ArkUI_RouterPageState
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