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