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 moreSource§impl Debug for DrawContext
impl Debug for DrawContext
Source§impl PartialEq for DrawContext
impl PartialEq for DrawContext
Source§fn eq(&self, other: &DrawContext) -> bool
fn eq(&self, other: &DrawContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DrawContext
impl Eq for DrawContext
impl StructuralPartialEq for DrawContext
Auto Trait Implementations§
impl Freeze for DrawContext
impl RefUnwindSafe for DrawContext
impl !Send for DrawContext
impl !Sync 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