pub struct MinkowskiDiff<'a, 'b, S1, S2>{
pub s1: &'a S1,
pub s2: &'b S2,
}Fields§
§s1: &'a S1§s2: &'b S2Trait Implementations§
Source§impl<'a, 'b, 'c, 'd, S1, S2> Convex<SupportPoint> for MinkowskiDiff<'a, 'b, S1, S2>
impl<'a, 'b, 'c, 'd, S1, S2> Convex<SupportPoint> for MinkowskiDiff<'a, 'b, S1, S2>
Source§impl<'a, 'b, 'c, 'd, S1, S2> Convex for MinkowskiDiff<'a, 'b, S1, S2>
impl<'a, 'b, 'c, 'd, S1, S2> Convex for MinkowskiDiff<'a, 'b, S1, S2>
Auto Trait Implementations§
impl<'a, 'b, S1, S2> Freeze for MinkowskiDiff<'a, 'b, S1, S2>
impl<'a, 'b, S1, S2> RefUnwindSafe for MinkowskiDiff<'a, 'b, S1, S2>where
S1: RefUnwindSafe,
S2: RefUnwindSafe,
impl<'a, 'b, S1, S2> Send for MinkowskiDiff<'a, 'b, S1, S2>
impl<'a, 'b, S1, S2> Sync for MinkowskiDiff<'a, 'b, S1, S2>
impl<'a, 'b, S1, S2> Unpin for MinkowskiDiff<'a, 'b, S1, S2>
impl<'a, 'b, S1, S2> UnsafeUnpin for MinkowskiDiff<'a, 'b, S1, S2>
impl<'a, 'b, S1, S2> UnwindSafe for MinkowskiDiff<'a, 'b, S1, S2>where
S1: RefUnwindSafe,
S2: RefUnwindSafe,
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