pub struct SolarLuminosity;Expand description
Solar luminosity (IAU nominal constant; watts per L☉).
This is a nominal reference value intended for consistent conversion.
Trait Implementations§
Source§impl Clone for SolarLuminosity
impl Clone for SolarLuminosity
Source§fn clone(&self) -> SolarLuminosity
fn clone(&self) -> SolarLuminosity
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 SolarLuminosity
impl Debug for SolarLuminosity
Source§impl PartialEq for SolarLuminosity
impl PartialEq for SolarLuminosity
Source§impl PartialOrd for SolarLuminosity
impl PartialOrd for SolarLuminosity
Source§impl Unit for SolarLuminosity
impl Unit for SolarLuminosity
impl Copy for SolarLuminosity
impl StructuralPartialEq for SolarLuminosity
Auto Trait Implementations§
impl Freeze for SolarLuminosity
impl RefUnwindSafe for SolarLuminosity
impl Send for SolarLuminosity
impl Sync for SolarLuminosity
impl Unpin for SolarLuminosity
impl UnwindSafe for SolarLuminosity
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