#[repr(C)]pub struct tri_linear_t {
pub grid_x_re: f64,
pub grid_y_re: f64,
pub grid_z_re: f64,
}Expand description
Provides optional extra data for gr_volume_interp_tri_linear
Fields§
§grid_x_re: f64< Reciproke of interpolation kernel extent in x-direction
grid_y_re: f64< Reciproke of interpolation kernel extent in y-direction
grid_z_re: f64< Reciproke of interpolation kernel extent in z-direction
Trait Implementations§
Source§impl Clone for tri_linear_t
impl Clone for tri_linear_t
Source§fn clone(&self) -> tri_linear_t
fn clone(&self) -> tri_linear_t
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 moreSource§impl Debug for tri_linear_t
impl Debug for tri_linear_t
impl Copy for tri_linear_t
Auto Trait Implementations§
impl Freeze for tri_linear_t
impl RefUnwindSafe for tri_linear_t
impl Send for tri_linear_t
impl Sync for tri_linear_t
impl Unpin for tri_linear_t
impl UnwindSafe for tri_linear_t
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