#[repr(C)]pub struct data_point3d_t {
pub pt: point3d_t,
pub data: f64,
}Expand description
Data point for gr_volume_nogrid
Fields§
§pt: point3d_t< Coordinates of data point
data: f64< Intensity of data point
Trait Implementations§
Source§impl Clone for data_point3d_t
impl Clone for data_point3d_t
Source§fn clone(&self) -> data_point3d_t
fn clone(&self) -> data_point3d_t
Returns a copy 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 data_point3d_t
impl Debug for data_point3d_t
impl Copy for data_point3d_t
Auto Trait Implementations§
impl Freeze for data_point3d_t
impl RefUnwindSafe for data_point3d_t
impl Send for data_point3d_t
impl Sync for data_point3d_t
impl Unpin for data_point3d_t
impl UnwindSafe for data_point3d_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