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