pub struct Permeability { /* private fields */ }Implementations§
Source§impl Permeability
impl Permeability
pub const fn new(native: NativeType) -> Self
pub fn abs(&self) -> Self
Trait Implementations§
Source§impl Add for Permeability
impl Add for Permeability
Source§impl AddAssign for Permeability
impl AddAssign for Permeability
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'__de, __Context> BorrowDecode<'__de, __Context> for Permeability
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Permeability
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for Permeability
impl Clone for Permeability
Source§fn clone(&self) -> Permeability
fn clone(&self) -> Permeability
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<__Context> Decode<__Context> for Permeability
impl<__Context> Decode<__Context> for Permeability
Source§impl Div<Permeability> for Inductance
impl Div<Permeability> for Inductance
Source§impl Div for Permeability
impl Div for Permeability
Source§impl Encode for Permeability
impl Encode for Permeability
Source§impl From<f64> for Permeability
impl From<f64> for Permeability
Source§fn from(native: NativeType) -> Permeability
fn from(native: NativeType) -> Permeability
Converts to this type from the input type.
Source§impl Into<f64> for Permeability
impl Into<f64> for Permeability
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<Length> for Permeability
impl Mul<Length> for Permeability
Source§type Output = Inductance
type Output = Inductance
The resulting type after applying the
* operator.Source§impl Mul<Permeability> for Length
impl Mul<Permeability> for Length
Source§type Output = Inductance
type Output = Inductance
The resulting type after applying the
* operator.Source§fn mul(self, rhs: Permeability) -> Inductance
fn mul(self, rhs: Permeability) -> Inductance
Performs the
* operation. Read moreSource§impl Mul<Scalar> for Permeability
impl Mul<Scalar> for Permeability
Source§impl PartialEq for Permeability
impl PartialEq for Permeability
Source§impl PartialOrd for Permeability
impl PartialOrd for Permeability
Source§impl Sub for Permeability
impl Sub for Permeability
Source§impl SubAssign for Permeability
impl SubAssign for Permeability
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for Permeability
Auto Trait Implementations§
impl Freeze for Permeability
impl RefUnwindSafe for Permeability
impl Send for Permeability
impl Sync for Permeability
impl Unpin for Permeability
impl UnwindSafe for Permeability
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