pub struct B1Data {
pub file_name: String,
pub geo_keys: Vec<[i32; 3]>,
pub b1_vals: Vec<f64>,
}
Fields§
§file_name: String
§geo_keys: Vec<[i32; 3]>
§b1_vals: Vec<f64>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for B1Data
impl RefUnwindSafe for B1Data
impl Send for B1Data
impl Sync for B1Data
impl Unpin for B1Data
impl UnwindSafe for B1Data
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)