pub struct TinyXgcfRun {
pub values: Vec<f64>,
pub adj: Vec<f64>,
pub grad_true: Vec<f64>,
pub grad_false: Vec<f64>,
}Fields§
§values: Vec<f64>§adj: Vec<f64>§grad_true: Vec<f64>§grad_false: Vec<f64>Trait Implementations§
Source§impl Clone for TinyXgcfRun
impl Clone for TinyXgcfRun
Source§fn clone(&self) -> TinyXgcfRun
fn clone(&self) -> TinyXgcfRun
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 moreAuto Trait Implementations§
impl Freeze for TinyXgcfRun
impl RefUnwindSafe for TinyXgcfRun
impl Send for TinyXgcfRun
impl Sync for TinyXgcfRun
impl Unpin for TinyXgcfRun
impl UnsafeUnpin for TinyXgcfRun
impl UnwindSafe for TinyXgcfRun
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