Enum minkowski::Pseudovert
source · pub enum Pseudovert {
Given {
i: usize,
j: usize,
},
Steiner {
m: usize,
n: usize,
},
}Expand description
post-intersection
Variants§
Trait Implementations§
source§impl Clone for Pseudovert
impl Clone for Pseudovert
source§fn clone(&self) -> Pseudovert
fn clone(&self) -> Pseudovert
Returns a copy 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 Pseudovert
impl Debug for Pseudovert
source§impl Ord for Pseudovert
impl Ord for Pseudovert
source§fn cmp(&self, other: &Pseudovert) -> Ordering
fn cmp(&self, other: &Pseudovert) -> Ordering
1.21.0 · 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 PartialEq for Pseudovert
impl PartialEq for Pseudovert
source§fn eq(&self, other: &Pseudovert) -> bool
fn eq(&self, other: &Pseudovert) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for Pseudovert
impl PartialOrd for Pseudovert
source§fn partial_cmp(&self, other: &Pseudovert) -> Option<Ordering>
fn partial_cmp(&self, other: &Pseudovert) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for Pseudovert
impl StructuralPartialEq for Pseudovert
Auto Trait Implementations§
impl Freeze for Pseudovert
impl RefUnwindSafe for Pseudovert
impl Send for Pseudovert
impl Sync for Pseudovert
impl Unpin for Pseudovert
impl UnwindSafe for Pseudovert
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