pub struct SIntersectionQuadratic<Lhs, Rhs, Scalar: Float, State: SdfState<Scalar, DIM>, const DIM: usize>{ /* private fields */ }Expand description
Not yet implemented
Trait Implementations§
Source§impl<Lhs, Rhs, Scalar: Clone + Float, State: Clone + SdfState<Scalar, DIM>, const DIM: usize> Clone for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar: Clone + Float, State: Clone + SdfState<Scalar, DIM>, const DIM: usize> Clone for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
Source§fn clone(&self) -> SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
fn clone(&self) -> SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
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<Lhs, Rhs, Scalar: Debug + Float, State: Debug + SdfState<Scalar, DIM>, const DIM: usize> Debug for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar: Debug + Float, State: Debug + SdfState<Scalar, DIM>, const DIM: usize> Debug for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
Source§impl<Lhs, Rhs, Scalar: Default + Float, State: Default + SdfState<Scalar, DIM>, const DIM: usize> Default for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar: Default + Float, State: Default + SdfState<Scalar, DIM>, const DIM: usize> Default for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
Source§fn default() -> SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
fn default() -> SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
Returns the “default value” for a type. Read more
Source§impl<Lhs, Rhs, Scalar: Hash + Float, State: Hash + SdfState<Scalar, DIM>, const DIM: usize> Hash for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar: Hash + Float, State: Hash + SdfState<Scalar, DIM>, const DIM: usize> Hash for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
Source§impl<Lhs, Rhs, Scalar: PartialEq + Float, State: PartialEq + SdfState<Scalar, DIM>, const DIM: usize> PartialEq for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar: PartialEq + Float, State: PartialEq + SdfState<Scalar, DIM>, const DIM: usize> PartialEq for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
Source§fn eq(
&self,
other: &SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>,
) -> bool
fn eq( &self, other: &SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<Lhs, Rhs, Scalar: Copy + Float, State: Copy + SdfState<Scalar, DIM>, const DIM: usize> Copy for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar: Eq + Float, State: Eq + SdfState<Scalar, DIM>, const DIM: usize> Eq for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar: Float, State: SdfState<Scalar, DIM>, const DIM: usize> StructuralPartialEq for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
Auto Trait Implementations§
impl<Lhs, Rhs, Scalar, State, const DIM: usize> Freeze for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar, State, const DIM: usize> RefUnwindSafe for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar, State, const DIM: usize> Send for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar, State, const DIM: usize> Sync for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar, State, const DIM: usize> Unpin for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
impl<Lhs, Rhs, Scalar, State, const DIM: usize> UnwindSafe for SIntersectionQuadratic<Lhs, Rhs, Scalar, State, DIM>
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