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