pub struct Transverse;Expand description
Transverse intersection: codimensions sum to ambient dimension.
The expected number of intersection points is finite.
Trait Implementations§
Source§impl Clone for Transverse
impl Clone for Transverse
Source§fn clone(&self) -> Transverse
fn clone(&self) -> Transverse
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 Transverse
impl Debug for Transverse
Source§impl Default for Transverse
impl Default for Transverse
Source§fn default() -> Transverse
fn default() -> Transverse
Returns the “default value” for a type. Read more
Source§impl Hash for Transverse
impl Hash for Transverse
Source§impl PartialEq for Transverse
impl PartialEq for Transverse
impl Copy for Transverse
impl Eq for Transverse
impl IntersectionDimension for Transverse
impl StructuralPartialEq for Transverse
Auto Trait Implementations§
impl Freeze for Transverse
impl RefUnwindSafe for Transverse
impl Send for Transverse
impl Sync for Transverse
impl Unpin for Transverse
impl UnwindSafe for Transverse
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