pub struct ThresholdOp<D: Float> {
pub forward: ThresholdForward<D>,
pub backward: ThresholdBackward<D>,
}Fields§
§forward: ThresholdForward<D>§backward: ThresholdBackward<D>Auto Trait Implementations§
impl<D> Freeze for ThresholdOp<D>
impl<D> RefUnwindSafe for ThresholdOp<D>where
D: RefUnwindSafe,
impl<D> Send for ThresholdOp<D>where
D: Send,
impl<D> Sync for ThresholdOp<D>where
D: Sync,
impl<D> Unpin for ThresholdOp<D>where
D: Unpin,
impl<D> UnsafeUnpin for ThresholdOp<D>
impl<D> UnwindSafe for ThresholdOp<D>where
D: 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