pub struct CutawayView {
pub path_samples: HashMap<usize, Vec<Vec3>>,
pub semi_diameters: HashMap<usize, f64>,
pub surface_types: HashMap<usize, String>,
}Fields§
§path_samples: HashMap<usize, Vec<Vec3>>§semi_diameters: HashMap<usize, f64>§surface_types: HashMap<usize, String>Implementations§
source§impl CutawayView
impl CutawayView
pub fn new( sequential_model: &SequentialModel, num_samples_per_surface: usize, ) -> CutawayView
Trait Implementations§
source§impl Clone for CutawayView
impl Clone for CutawayView
source§fn clone(&self) -> CutawayView
fn clone(&self) -> CutawayView
Returns a copy of the value. Read more
1.6.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 CutawayView
impl Debug for CutawayView
Auto Trait Implementations§
impl Freeze for CutawayView
impl RefUnwindSafe for CutawayView
impl Send for CutawayView
impl Sync for CutawayView
impl Unpin for CutawayView
impl UnwindSafe for CutawayView
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)