pub struct ImagePlane {
pub location: f64,
pub semi_diameter: f64,
}Expand description
A paraxial image plane.
§Attributes
location- The location of the image plane relative to the first physical surfacesemi_diameter- The semi-diameter of the image plane
Fields§
§location: f64§semi_diameter: f64Trait Implementations§
Source§impl Clone for ImagePlane
impl Clone for ImagePlane
Source§fn clone(&self) -> ImagePlane
fn clone(&self) -> ImagePlane
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 ImagePlane
impl Debug for ImagePlane
Source§impl<'de> Deserialize<'de> for ImagePlane
impl<'de> Deserialize<'de> for ImagePlane
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ImagePlane
impl PartialEq for ImagePlane
Source§impl Serialize for ImagePlane
impl Serialize for ImagePlane
impl StructuralPartialEq for ImagePlane
Auto Trait Implementations§
impl Freeze for ImagePlane
impl RefUnwindSafe for ImagePlane
impl Send for ImagePlane
impl Sync for ImagePlane
impl Unpin for ImagePlane
impl UnwindSafe for ImagePlane
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