pub struct ArkUI_CustomProperty { /* private fields */ }Available on crate features
api-12 and api-14 only.Expand description
Define the information of the Custom Property class for custom properties.
Available since API-level: 14
Auto Trait Implementations§
impl Freeze for ArkUI_CustomProperty
impl RefUnwindSafe for ArkUI_CustomProperty
impl Send for ArkUI_CustomProperty
impl Sync for ArkUI_CustomProperty
impl Unpin for ArkUI_CustomProperty
impl UnwindSafe for ArkUI_CustomProperty
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