pub struct DrawingImage { /* private fields */ }Available on macOS only.
Implementations§
Source§impl DrawingImage
impl DrawingImage
Trait Implementations§
Source§impl Clone for DrawingImage
impl Clone for DrawingImage
Source§fn clone(&self) -> DrawingImage
fn clone(&self) -> DrawingImage
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for DrawingImage
impl !UnwindSafe for DrawingImage
impl Freeze for DrawingImage
impl Send for DrawingImage
impl Sync for DrawingImage
impl Unpin for DrawingImage
impl UnsafeUnpin for DrawingImage
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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