pub struct OpticalPower(/* private fields */);Expand description
Optical Power ($D = 1/f$). Unit: Diopters ($m^{-1}$). Constraint: None.
Implementations§
Trait Implementations§
Source§impl Clone for OpticalPower
impl Clone for OpticalPower
Source§fn clone(&self) -> OpticalPower
fn clone(&self) -> OpticalPower
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 OpticalPower
impl Debug for OpticalPower
Source§impl Default for OpticalPower
impl Default for OpticalPower
Source§fn default() -> OpticalPower
fn default() -> OpticalPower
Returns the “default value” for a type. Read more
Source§impl PartialEq for OpticalPower
impl PartialEq for OpticalPower
Source§impl PartialOrd for OpticalPower
impl PartialOrd for OpticalPower
impl Copy for OpticalPower
impl StructuralPartialEq for OpticalPower
Auto Trait Implementations§
impl Freeze for OpticalPower
impl RefUnwindSafe for OpticalPower
impl Send for OpticalPower
impl Sync for OpticalPower
impl Unpin for OpticalPower
impl UnwindSafe for OpticalPower
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