pub struct PathGeometry(/* private fields */);Available on Windows only.
Implementations§
Source§impl PathGeometry
impl PathGeometry
pub fn open(&mut self) -> Result<GeometrySink<'_>, Error>
Trait Implementations§
Source§impl From<PathGeometry> for Geometry
impl From<PathGeometry> for Geometry
Source§fn from(pg: PathGeometry) -> Self
fn from(pg: PathGeometry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PathGeometry
impl RefUnwindSafe for PathGeometry
impl !Send for PathGeometry
impl !Sync for PathGeometry
impl Unpin for PathGeometry
impl UnwindSafe for PathGeometry
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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.