pub struct DrawingImage { /* private fields */ }Available on Windows only.
Implementations§
Auto Trait Implementations§
impl !Freeze for DrawingImage
impl !RefUnwindSafe for DrawingImage
impl !Sync for DrawingImage
impl Send for DrawingImage
impl Unpin for DrawingImage
impl UnsafeUnpin for DrawingImage
impl UnwindSafe for DrawingImage
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