pub struct RayHeight<R: RealField>(/* private fields */);Expand description
Ray Height ($y$). Distance from optical axis. Unit: Meters.
Implementations§
Trait Implementations§
impl<R: Copy + RealField> Copy for RayHeight<R>
Source§impl<R: PartialEq + RealField> PartialEq for RayHeight<R>
impl<R: PartialEq + RealField> PartialEq for RayHeight<R>
Source§impl<R: PartialOrd + RealField> PartialOrd for RayHeight<R>
impl<R: PartialOrd + RealField> PartialOrd for RayHeight<R>
impl<R: RealField> StructuralPartialEq for RayHeight<R>
Auto Trait Implementations§
impl<R> Freeze for RayHeight<R>where
R: Freeze,
impl<R> RefUnwindSafe for RayHeight<R>where
R: RefUnwindSafe,
impl<R> Send for RayHeight<R>where
R: Send,
impl<R> Sync for RayHeight<R>where
R: Sync,
impl<R> Unpin for RayHeight<R>where
R: Unpin,
impl<R> UnsafeUnpin for RayHeight<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for RayHeight<R>where
R: UnwindSafe,
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