#[repr(transparent)]pub struct ArkUI_BarrierDirection(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief defines the direction of the barrier line.
@since 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.
Source§impl ArkUI_BarrierDirection
impl ArkUI_BarrierDirection
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.
Source§impl ArkUI_BarrierDirection
impl ArkUI_BarrierDirection
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.
Source§impl ArkUI_BarrierDirection
impl ArkUI_BarrierDirection
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 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_BarrierDirection
impl Hash for ArkUI_BarrierDirection
Source§impl PartialEq for ArkUI_BarrierDirection
impl PartialEq 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§
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