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