pub struct RemField<L, R> { /* private fields */ }
Trait Implementations§
Source§impl<L, R> ScalarField for RemField<L, R>
impl<L, R> ScalarField for RemField<L, R>
type Point = <L as ScalarField>::Point
type Scalar = <<L as ScalarField>::Scalar as Rem<<R as ScalarField>::Scalar>>::Output
fn value(&self, point: Self::Point) -> Self::Scalar
fn map<S, F>(self, func: F) -> MapField<Self, F>
fn transform<P, F>(self, func: F) -> TransformField<Self, P, F>
impl<L: Copy, R: Copy> Copy for RemField<L, R>
Auto Trait Implementations§
impl<L, R> Freeze for RemField<L, R>
impl<L, R> RefUnwindSafe for RemField<L, R>where
L: RefUnwindSafe,
R: RefUnwindSafe,
impl<L, R> Send for RemField<L, R>
impl<L, R> Sync for RemField<L, R>
impl<L, R> Unpin for RemField<L, R>
impl<L, R> UnwindSafe for RemField<L, R>where
L: UnwindSafe,
R: UnwindSafe,
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