#[repr(C)]pub struct _DrawContext { /* private fields */ }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 · 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
impl Copy 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 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