Struct descartes::Intersection [−][src]
Fields
along_a: N
along_b: N
position: P2
Trait Implementations
impl Copy for Intersection[src]
impl Copy for Intersectionimpl Clone for Intersection[src]
impl Clone for Intersectionfn clone(&self) -> Intersection[src]
fn clone(&self) -> IntersectionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Intersection[src]
impl Debug for Intersectionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Intersection[src]
impl PartialEq for Intersectionfn eq(&self, other: &Intersection) -> bool[src]
fn eq(&self, other: &Intersection) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Intersection) -> bool[src]
fn ne(&self, other: &Intersection) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for Intersection
impl Send for Intersectionimpl Sync for Intersection
impl Sync for Intersection