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