pub struct ArkUI_Curve { /* private fields */ }Available on crate feature
api-12 only.Expand description
Defines an interpolation curve.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for ArkUI_Curve
impl RefUnwindSafe for ArkUI_Curve
impl Send for ArkUI_Curve
impl Sync for ArkUI_Curve
impl Unpin for ArkUI_Curve
impl UnwindSafe for ArkUI_Curve
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