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