pub struct Geometry(/* private fields */);Trait Implementations§
impl Eq for Geometry
Source§impl Ord for Geometry
impl Ord for Geometry
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Geometry
impl PartialOrd for Geometry
Source§impl StaticType for Geometry
impl StaticType for Geometry
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl StructuralPartialEq for Geometry
Auto Trait Implementations§
impl !Send for Geometry
impl !Sync for Geometry
impl Freeze for Geometry
impl RefUnwindSafe for Geometry
impl Unpin for Geometry
impl UnsafeUnpin 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