#[repr(transparent)]pub struct ArkUI_BarrierDirection(pub c_uint);Available on crate feature
api-12 only.Expand description
defines the direction of the barrier line.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_BarrierDirection
impl ArkUI_BarrierDirection
Sourcepub const ARKUI_BARRIER_DIRECTION_START: ArkUI_BarrierDirection
pub const ARKUI_BARRIER_DIRECTION_START: ArkUI_BarrierDirection
The barrier is the leftmost of all its referencedIds.
Sourcepub const ARKUI_BARRIER_DIRECTION_END: ArkUI_BarrierDirection
pub const ARKUI_BARRIER_DIRECTION_END: ArkUI_BarrierDirection
The barrier is on the rightmost side of all its referencedIds.
Sourcepub const ARKUI_BARRIER_DIRECTION_TOP: ArkUI_BarrierDirection
pub const ARKUI_BARRIER_DIRECTION_TOP: ArkUI_BarrierDirection
The barrier is at the top of all its referencedIds.
Sourcepub const ARKUI_BARRIER_DIRECTION_BOTTOM: ArkUI_BarrierDirection
pub const ARKUI_BARRIER_DIRECTION_BOTTOM: ArkUI_BarrierDirection
The barrier is at the bottom of all its referencedIds.
Trait Implementations§
Source§impl Clone for ArkUI_BarrierDirection
impl Clone for ArkUI_BarrierDirection
Source§fn clone(&self) -> ArkUI_BarrierDirection
fn clone(&self) -> ArkUI_BarrierDirection
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_BarrierDirection
impl Debug for ArkUI_BarrierDirection
Source§impl Hash for ArkUI_BarrierDirection
impl Hash for ArkUI_BarrierDirection
Source§impl PartialEq for ArkUI_BarrierDirection
impl PartialEq for ArkUI_BarrierDirection
impl Copy for ArkUI_BarrierDirection
impl Eq for ArkUI_BarrierDirection
impl StructuralPartialEq for ArkUI_BarrierDirection
Auto Trait Implementations§
impl Freeze for ArkUI_BarrierDirection
impl RefUnwindSafe for ArkUI_BarrierDirection
impl Send for ArkUI_BarrierDirection
impl Sync for ArkUI_BarrierDirection
impl Unpin for ArkUI_BarrierDirection
impl UnwindSafe for ArkUI_BarrierDirection
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)