pub struct Exawatt;Expand description
SI-prefixed watt unit (1e18 W).
Trait Implementations§
Source§impl PartialOrd for Exawatt
impl PartialOrd for Exawatt
impl Copy for Exawatt
impl StructuralPartialEq for Exawatt
Auto Trait Implementations§
impl Freeze for Exawatt
impl RefUnwindSafe for Exawatt
impl Send for Exawatt
impl Sync for Exawatt
impl Unpin for Exawatt
impl UnwindSafe for Exawatt
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