pub struct ErgPerSecond;Expand description
Erg per second (erg/s).
Exact: 1 erg = 1e-7 J, so 1 erg/s = 1e-7 W.
Trait Implementations§
Source§impl Clone for ErgPerSecond
impl Clone for ErgPerSecond
Source§fn clone(&self) -> ErgPerSecond
fn clone(&self) -> ErgPerSecond
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 ErgPerSecond
impl Debug for ErgPerSecond
Source§impl PartialEq for ErgPerSecond
impl PartialEq for ErgPerSecond
Source§impl PartialOrd for ErgPerSecond
impl PartialOrd for ErgPerSecond
Source§impl Unit for ErgPerSecond
impl Unit for ErgPerSecond
impl Copy for ErgPerSecond
impl StructuralPartialEq for ErgPerSecond
Auto Trait Implementations§
impl Freeze for ErgPerSecond
impl RefUnwindSafe for ErgPerSecond
impl Send for ErgPerSecond
impl Sync for ErgPerSecond
impl Unpin for ErgPerSecond
impl UnwindSafe for ErgPerSecond
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