pub struct LayoutConstraintHandle { /* private fields */ }Expand description
Borrowed wrapper for ArkUI_LayoutConstraint.
Trait Implementations§
Source§impl Clone for LayoutConstraintHandle
impl Clone for LayoutConstraintHandle
Source§fn clone(&self) -> LayoutConstraintHandle
fn clone(&self) -> LayoutConstraintHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LayoutConstraintHandle
impl Debug for LayoutConstraintHandle
Source§impl PartialEq for LayoutConstraintHandle
impl PartialEq for LayoutConstraintHandle
Source§fn eq(&self, other: &LayoutConstraintHandle) -> bool
fn eq(&self, other: &LayoutConstraintHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LayoutConstraintHandle
impl Eq for LayoutConstraintHandle
impl StructuralPartialEq for LayoutConstraintHandle
Auto Trait Implementations§
impl Freeze for LayoutConstraintHandle
impl RefUnwindSafe for LayoutConstraintHandle
impl !Send for LayoutConstraintHandle
impl !Sync for LayoutConstraintHandle
impl Unpin for LayoutConstraintHandle
impl UnsafeUnpin for LayoutConstraintHandle
impl UnwindSafe for LayoutConstraintHandle
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