#[repr(u32)]pub enum GeometryRelation {
Unknown = 0,
Disjoint = 1,
IsContained = 2,
Contains = 3,
Overlap = 4,
}Variants§
Trait Implementations§
Source§impl Clone for GeometryRelation
impl Clone for GeometryRelation
Source§fn clone(&self) -> GeometryRelation
fn clone(&self) -> GeometryRelation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GeometryRelation
impl Debug for GeometryRelation
Source§impl PartialEq for GeometryRelation
impl PartialEq for GeometryRelation
impl Copy for GeometryRelation
impl Eq for GeometryRelation
impl StructuralPartialEq for GeometryRelation
Auto Trait Implementations§
impl Freeze for GeometryRelation
impl RefUnwindSafe for GeometryRelation
impl Send for GeometryRelation
impl Sync for GeometryRelation
impl Unpin for GeometryRelation
impl UnsafeUnpin for GeometryRelation
impl UnwindSafe for GeometryRelation
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