pub struct Geometry(/* private fields */);Available on Windows only.
Trait Implementations§
Source§impl From<EllipseGeometry> for Geometry
impl From<EllipseGeometry> for Geometry
Source§fn from(pg: EllipseGeometry) -> Self
fn from(pg: EllipseGeometry) -> Self
Converts to this type from the input type.
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.
Source§impl From<RectangleGeometry> for Geometry
impl From<RectangleGeometry> for Geometry
Source§fn from(pg: RectangleGeometry) -> Self
fn from(pg: RectangleGeometry) -> Self
Converts to this type from the input type.
Source§impl From<RoundedRectangleGeometry> for Geometry
impl From<RoundedRectangleGeometry> for Geometry
Source§fn from(pg: RoundedRectangleGeometry) -> Self
fn from(pg: RoundedRectangleGeometry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Geometry
impl RefUnwindSafe for Geometry
impl !Send for Geometry
impl !Sync for Geometry
impl Unpin for Geometry
impl UnwindSafe for Geometry
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.