pub struct WpredGrid {
pub cells: [WpredCell; 12],
}Expand description
W_pred × W_obs calibration grid: 4 W_pred × 3 W_obs = 12 cells.
Fields§
§cells: [WpredCell; 12]All 12 cells (row-major: W_pred varies fastest).
Implementations§
Auto Trait Implementations§
impl Freeze for WpredGrid
impl RefUnwindSafe for WpredGrid
impl Send for WpredGrid
impl Sync for WpredGrid
impl Unpin for WpredGrid
impl UnsafeUnpin for WpredGrid
impl UnwindSafe for WpredGrid
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