pub struct ArkUI_DrawContext { /* private fields */ }Available on crate feature
api-12 only.Expand description
Defines the structure of the component drawing context.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for ArkUI_DrawContext
impl RefUnwindSafe for ArkUI_DrawContext
impl Send for ArkUI_DrawContext
impl Sync for ArkUI_DrawContext
impl Unpin for ArkUI_DrawContext
impl UnwindSafe for ArkUI_DrawContext
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