pub struct MagneticFlux(/* private fields */);Expand description
Magnetic Flux (Webers).
Implementations§
Source§impl MagneticFlux
impl MagneticFlux
Trait Implementations§
Source§impl Clone for MagneticFlux
impl Clone for MagneticFlux
Source§fn clone(&self) -> MagneticFlux
fn clone(&self) -> MagneticFlux
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 Debug for MagneticFlux
impl Debug for MagneticFlux
Source§impl Default for MagneticFlux
impl Default for MagneticFlux
Source§fn default() -> MagneticFlux
fn default() -> MagneticFlux
Returns the “default value” for a type. Read more
Source§impl From<MagneticFlux> for f64
impl From<MagneticFlux> for f64
Source§fn from(val: MagneticFlux) -> Self
fn from(val: MagneticFlux) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MagneticFlux
impl PartialEq for MagneticFlux
Source§impl PartialOrd for MagneticFlux
impl PartialOrd for MagneticFlux
impl Copy for MagneticFlux
impl StructuralPartialEq for MagneticFlux
Auto Trait Implementations§
impl Freeze for MagneticFlux
impl RefUnwindSafe for MagneticFlux
impl Send for MagneticFlux
impl Sync for MagneticFlux
impl Unpin for MagneticFlux
impl UnsafeUnpin for MagneticFlux
impl UnwindSafe for MagneticFlux
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