pub struct RayAngle(/* private fields */);Expand description
Ray Angle ($\theta$). Angle relative to optical axis. Unit: Radians.
Implementations§
Trait Implementations§
Source§impl PartialOrd for RayAngle
impl PartialOrd for RayAngle
impl Copy for RayAngle
impl StructuralPartialEq for RayAngle
Auto Trait Implementations§
impl Freeze for RayAngle
impl RefUnwindSafe for RayAngle
impl Send for RayAngle
impl Sync for RayAngle
impl Unpin for RayAngle
impl UnwindSafe for RayAngle
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