pub struct Impedance(/* private fields */);Expand description
A newtype representing an electric impedance (wraps f32)
Trait Implementations§
Source§impl AddAssign for Impedance
impl AddAssign for Impedance
Source§fn add_assign(&mut self, rhs: Impedance)
fn add_assign(&mut self, rhs: Impedance)
Performs the
+= operation. Read moreSource§impl MulAssign<Cos> for Impedance
impl MulAssign<Cos> for Impedance
Source§fn mul_assign(&mut self, other: Cos)
fn mul_assign(&mut self, other: Cos)
Performs the
*= operation. Read moreSource§impl MulAssign<Sin> for Impedance
impl MulAssign<Sin> for Impedance
Source§fn mul_assign(&mut self, other: Sin)
fn mul_assign(&mut self, other: Sin)
Performs the
*= operation. Read moreimpl Copy for Impedance
impl StructuralPartialEq for Impedance
Auto Trait Implementations§
impl Freeze for Impedance
impl RefUnwindSafe for Impedance
impl Send for Impedance
impl Sync for Impedance
impl Unpin for Impedance
impl UnwindSafe for Impedance
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