pub struct IncidencePair { /* private fields */ }Expand description
A point-line incidence pair.
Implementations§
Trait Implementations§
Source§impl Clone for IncidencePair
impl Clone for IncidencePair
Source§fn clone(&self) -> IncidencePair
fn clone(&self) -> IncidencePair
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 IncidencePair
impl Debug for IncidencePair
Source§impl Hash for IncidencePair
impl Hash for IncidencePair
Source§impl PartialEq for IncidencePair
impl PartialEq for IncidencePair
impl Copy for IncidencePair
impl Eq for IncidencePair
impl StructuralPartialEq for IncidencePair
Auto Trait Implementations§
impl Freeze for IncidencePair
impl RefUnwindSafe for IncidencePair
impl Send for IncidencePair
impl Sync for IncidencePair
impl Unpin for IncidencePair
impl UnsafeUnpin for IncidencePair
impl UnwindSafe for IncidencePair
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