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