pub struct AlphaBeta0<T> {
pub alpha: T,
pub beta: T,
pub zero: T,
}Expand description
Unbalanced stationary orthoganal reference frame (i.e. clarke)
Fields§
§alpha: T§beta: T§zero: TImplementations§
Trait Implementations§
Source§impl<T: Clone> Clone for AlphaBeta0<T>
impl<T: Clone> Clone for AlphaBeta0<T>
Source§fn clone(&self) -> AlphaBeta0<T>
fn clone(&self) -> AlphaBeta0<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T: Debug> Debug for AlphaBeta0<T>
impl<T: Debug> Debug for AlphaBeta0<T>
Source§impl<T: Num> From<AlphaBeta0<T>> for Abc<T>
impl<T: Num> From<AlphaBeta0<T>> for Abc<T>
Source§fn from(alpha_beta_0: AlphaBeta0<T>) -> Self
fn from(alpha_beta_0: AlphaBeta0<T>) -> Self
Converts to this type from the input type.
Source§impl<T> From<AlphaBeta0<T>> for AlphaBeta<T>
impl<T> From<AlphaBeta0<T>> for AlphaBeta<T>
Source§fn from(alpha_beta_0: AlphaBeta0<T>) -> Self
fn from(alpha_beta_0: AlphaBeta0<T>) -> Self
Converts to this type from the input type.
Source§impl Mul<AlphaBeta0<Current>> for AlphaBeta0<Voltage>
impl Mul<AlphaBeta0<Current>> for AlphaBeta0<Voltage>
Source§impl Mul<AlphaBeta0<Voltage>> for AlphaBeta0<Current>
impl Mul<AlphaBeta0<Voltage>> for AlphaBeta0<Current>
Source§impl<T: PartialEq> PartialEq for AlphaBeta0<T>
impl<T: PartialEq> PartialEq for AlphaBeta0<T>
impl<T: Copy> Copy for AlphaBeta0<T>
impl<T> StructuralPartialEq for AlphaBeta0<T>
Auto Trait Implementations§
impl<T> Freeze for AlphaBeta0<T>where
T: Freeze,
impl<T> RefUnwindSafe for AlphaBeta0<T>where
T: RefUnwindSafe,
impl<T> Send for AlphaBeta0<T>where
T: Send,
impl<T> Sync for AlphaBeta0<T>where
T: Sync,
impl<T> Unpin for AlphaBeta0<T>where
T: Unpin,
impl<T> UnwindSafe for AlphaBeta0<T>where
T: UnwindSafe,
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