pub struct Pq {
pub p: Power,
pub q: Power,
}Expand description
Instantaneous real (p) and reactive (q) powers
Fields§
§p: Power§q: PowerImplementations§
Trait Implementations§
impl Copy for Pq
impl StructuralPartialEq for Pq
Auto Trait Implementations§
impl Freeze for Pq
impl RefUnwindSafe for Pq
impl Send for Pq
impl Sync for Pq
impl Unpin for Pq
impl UnwindSafe for Pq
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