#[repr(transparent)]pub struct ArkUI_TransitionEdge(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the slide-in and slide-out positions of the component from the screen edge during transition.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_TransitionEdge
impl ArkUI_TransitionEdge
Sourcepub const ARKUI_TRANSITION_EDGE_TOP: ArkUI_TransitionEdge
pub const ARKUI_TRANSITION_EDGE_TOP: ArkUI_TransitionEdge
Top edge of the window.
Sourcepub const ARKUI_TRANSITION_EDGE_BOTTOM: ArkUI_TransitionEdge
pub const ARKUI_TRANSITION_EDGE_BOTTOM: ArkUI_TransitionEdge
Bottom edge of the window.
Sourcepub const ARKUI_TRANSITION_EDGE_START: ArkUI_TransitionEdge
pub const ARKUI_TRANSITION_EDGE_START: ArkUI_TransitionEdge
Left edge of the window.
Sourcepub const ARKUI_TRANSITION_EDGE_END: ArkUI_TransitionEdge
pub const ARKUI_TRANSITION_EDGE_END: ArkUI_TransitionEdge
Right edge of the window.
Trait Implementations§
Source§impl Clone for ArkUI_TransitionEdge
impl Clone for ArkUI_TransitionEdge
Source§fn clone(&self) -> ArkUI_TransitionEdge
fn clone(&self) -> ArkUI_TransitionEdge
Returns a duplicate of the value. Read more
1.0.0§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_TransitionEdge
impl Debug for ArkUI_TransitionEdge
Source§impl Hash for ArkUI_TransitionEdge
impl Hash for ArkUI_TransitionEdge
Source§impl PartialEq for ArkUI_TransitionEdge
impl PartialEq for ArkUI_TransitionEdge
impl Copy for ArkUI_TransitionEdge
impl Eq for ArkUI_TransitionEdge
impl StructuralPartialEq for ArkUI_TransitionEdge
Auto Trait Implementations§
impl Freeze for ArkUI_TransitionEdge
impl RefUnwindSafe for ArkUI_TransitionEdge
impl Send for ArkUI_TransitionEdge
impl Sync for ArkUI_TransitionEdge
impl Unpin for ArkUI_TransitionEdge
impl UnwindSafe for ArkUI_TransitionEdge
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)