pub struct TropicalIntersection {
pub variety_a: String,
pub variety_b: String,
pub codimension_a: usize,
pub codimension_b: usize,
}Expand description
Tropical intersection theory.
Fields§
§variety_a: String§variety_b: String§codimension_a: usize§codimension_b: usizeImplementations§
Trait Implementations§
Source§impl Clone for TropicalIntersection
impl Clone for TropicalIntersection
Source§fn clone(&self) -> TropicalIntersection
fn clone(&self) -> TropicalIntersection
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 moreAuto Trait Implementations§
impl Freeze for TropicalIntersection
impl RefUnwindSafe for TropicalIntersection
impl Send for TropicalIntersection
impl Sync for TropicalIntersection
impl Unpin for TropicalIntersection
impl UnsafeUnpin for TropicalIntersection
impl UnwindSafe for TropicalIntersection
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