pub struct Geometry(/* private fields */);
Trait Implementations§
Source§impl Ord for Geometry
impl Ord for Geometry
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 Eq for Geometry
impl StructuralPartialEq for Geometry
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