#[repr(transparent)]pub struct ArkUI_EdgeDirection(pub c_uint);Available on crate features
api-12 and api-20 only.Expand description
Enumerates the edge derection.
Available since API-level: 20
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_EdgeDirection
impl ArkUI_EdgeDirection
Sourcepub const ARKUI_EDGE_DIRECTION_ALL: ArkUI_EdgeDirection
pub const ARKUI_EDGE_DIRECTION_ALL: ArkUI_EdgeDirection
Set all edge derection.
Sourcepub const ARKUI_EDGE_DIRECTION_LEFT: ArkUI_EdgeDirection
pub const ARKUI_EDGE_DIRECTION_LEFT: ArkUI_EdgeDirection
Set left edge derection.
Sourcepub const ARKUI_EDGE_DIRECTION_RIGHT: ArkUI_EdgeDirection
pub const ARKUI_EDGE_DIRECTION_RIGHT: ArkUI_EdgeDirection
Set right edge derection.
Sourcepub const ARKUI_EDGE_DIRECTION_TOP: ArkUI_EdgeDirection
pub const ARKUI_EDGE_DIRECTION_TOP: ArkUI_EdgeDirection
Set top edge derection.
Sourcepub const ARKUI_EDGE_DIRECTION_BOTTOM: ArkUI_EdgeDirection
pub const ARKUI_EDGE_DIRECTION_BOTTOM: ArkUI_EdgeDirection
Set bottom edge derection.
Trait Implementations§
Source§impl Clone for ArkUI_EdgeDirection
impl Clone for ArkUI_EdgeDirection
Source§fn clone(&self) -> ArkUI_EdgeDirection
fn clone(&self) -> ArkUI_EdgeDirection
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_EdgeDirection
impl Debug for ArkUI_EdgeDirection
Source§impl Hash for ArkUI_EdgeDirection
impl Hash for ArkUI_EdgeDirection
Source§impl PartialEq for ArkUI_EdgeDirection
impl PartialEq for ArkUI_EdgeDirection
impl Copy for ArkUI_EdgeDirection
impl Eq for ArkUI_EdgeDirection
impl StructuralPartialEq for ArkUI_EdgeDirection
Auto Trait Implementations§
impl Freeze for ArkUI_EdgeDirection
impl RefUnwindSafe for ArkUI_EdgeDirection
impl Send for ArkUI_EdgeDirection
impl Sync for ArkUI_EdgeDirection
impl Unpin for ArkUI_EdgeDirection
impl UnwindSafe for ArkUI_EdgeDirection
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)