pub struct ArkUI_RectShape { /* private fields */ }Available on crate feature
api-20 only.Auto Trait Implementations§
impl Freeze for ArkUI_RectShape
impl RefUnwindSafe for ArkUI_RectShape
impl Send for ArkUI_RectShape
impl Sync for ArkUI_RectShape
impl Unpin for ArkUI_RectShape
impl UnsafeUnpin for ArkUI_RectShape
impl UnwindSafe for ArkUI_RectShape
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