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 moreimpl Copy for LayoutConstraintHandle
Source§impl Debug for LayoutConstraintHandle
impl Debug for LayoutConstraintHandle
impl Eq for LayoutConstraintHandle
Source§impl PartialEq for LayoutConstraintHandle
impl PartialEq for LayoutConstraintHandle
impl StructuralPartialEq for LayoutConstraintHandle
Auto Trait Implementations§
impl !Send for LayoutConstraintHandle
impl !Sync for LayoutConstraintHandle
impl Freeze for LayoutConstraintHandle
impl RefUnwindSafe 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