pub struct PioReactivePower(/* private fields */);Expand description
Reactive power replacement with an explicit unit.
Auto Trait Implementations§
impl Freeze for PioReactivePower
impl RefUnwindSafe for PioReactivePower
impl Send for PioReactivePower
impl Sync for PioReactivePower
impl Unpin for PioReactivePower
impl UnsafeUnpin for PioReactivePower
impl UnwindSafe for PioReactivePower
Blanket Implementations§
impl<T> Allocation for T
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