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