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