pub struct Dq0<T> {
pub d: T,
pub q: T,
pub zero: T,
}Expand description
Unbalanced rotating reference frame
Fields§
§d: T§q: T§zero: TImplementations§
Trait Implementations§
impl<T: Copy> Copy for Dq0<T>
impl<T> StructuralPartialEq for Dq0<T>
Auto Trait Implementations§
impl<T> Freeze for Dq0<T>where
T: Freeze,
impl<T> RefUnwindSafe for Dq0<T>where
T: RefUnwindSafe,
impl<T> Send for Dq0<T>where
T: Send,
impl<T> Sync for Dq0<T>where
T: Sync,
impl<T> Unpin for Dq0<T>where
T: Unpin,
impl<T> UnwindSafe for Dq0<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