pub struct VectorPotential(/* private fields */);Expand description
Electromagnetic Vector Potential $\mathbf{A}$.
Used in the covariant derivative $\nabla - i\mathbf{A}$.
Implementations§
Source§impl VectorPotential
impl VectorPotential
pub fn new(mv: CausalMultiVector<f64>) -> Self
pub fn inner(&self) -> &CausalMultiVector<f64>
Trait Implementations§
Source§impl Clone for VectorPotential
impl Clone for VectorPotential
Source§fn clone(&self) -> VectorPotential
fn clone(&self) -> VectorPotential
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VectorPotential
impl Debug for VectorPotential
Source§impl Default for VectorPotential
impl Default for VectorPotential
Source§impl PartialEq for VectorPotential
impl PartialEq for VectorPotential
impl StructuralPartialEq for VectorPotential
Auto Trait Implementations§
impl Freeze for VectorPotential
impl RefUnwindSafe for VectorPotential
impl Send for VectorPotential
impl Sync for VectorPotential
impl Unpin for VectorPotential
impl UnwindSafe for VectorPotential
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)