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