pub struct ParaxialView {
pub subviews: HashMap<SubModelID, ParaxialSubView>,
}Fields§
§subviews: HashMap<SubModelID, ParaxialSubView>Implementations§
source§impl ParaxialView
impl ParaxialView
pub fn new( sequential_model: &SequentialModel, is_obj_space_telecentric: bool, ) -> Result<Self>
pub fn describe(&self) -> ParaxialViewDescription
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParaxialView
impl !RefUnwindSafe for ParaxialView
impl Send for ParaxialView
impl !Sync for ParaxialView
impl Unpin for ParaxialView
impl UnwindSafe for ParaxialView
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