pub struct DrawContext { /* private fields */ }Expand description
Borrowed wrapper for ArkUI_DrawContext.
Implementations§
Trait Implementations§
Source§impl Clone for DrawContext
impl Clone for DrawContext
Source§fn clone(&self) -> DrawContext
fn clone(&self) -> DrawContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DrawContext
Source§impl Debug for DrawContext
impl Debug for DrawContext
impl Eq for DrawContext
Source§impl PartialEq for DrawContext
impl PartialEq for DrawContext
impl StructuralPartialEq for DrawContext
Auto Trait Implementations§
impl !Send for DrawContext
impl !Sync for DrawContext
impl Freeze for DrawContext
impl RefUnwindSafe for DrawContext
impl Unpin for DrawContext
impl UnsafeUnpin for DrawContext
impl UnwindSafe for 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