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