pub struct PlanarPredicatePoint {
pub identity: StableDigest,
pub coordinates: [f64; 2],
}Fields§
§identity: StableDigest§coordinates: [f64; 2]Trait Implementations§
Source§impl Clone for PlanarPredicatePoint
impl Clone for PlanarPredicatePoint
Source§fn clone(&self) -> PlanarPredicatePoint
fn clone(&self) -> PlanarPredicatePoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlanarPredicatePoint
Source§impl Debug for PlanarPredicatePoint
impl Debug for PlanarPredicatePoint
Source§impl PartialEq for PlanarPredicatePoint
impl PartialEq for PlanarPredicatePoint
impl StructuralPartialEq for PlanarPredicatePoint
Auto Trait Implementations§
impl Freeze for PlanarPredicatePoint
impl RefUnwindSafe for PlanarPredicatePoint
impl Send for PlanarPredicatePoint
impl Sync for PlanarPredicatePoint
impl Unpin for PlanarPredicatePoint
impl UnsafeUnpin for PlanarPredicatePoint
impl UnwindSafe for PlanarPredicatePoint
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