pub struct FieldSetCheckpoint {
pub w: [Vec<f64>; 3],
pub u: [Vec<f64>; 3],
pub v: [Vec<f64>; 3],
pub generation: usize,
pub shape: (usize, usize),
}Fields§
§w: [Vec<f64>; 3]§u: [Vec<f64>; 3]§v: [Vec<f64>; 3]§generation: usize§shape: (usize, usize)Auto Trait Implementations§
impl Freeze for FieldSetCheckpoint
impl RefUnwindSafe for FieldSetCheckpoint
impl Send for FieldSetCheckpoint
impl Sync for FieldSetCheckpoint
impl Unpin for FieldSetCheckpoint
impl UnsafeUnpin for FieldSetCheckpoint
impl UnwindSafe for FieldSetCheckpoint
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