pub struct SameDivOutput;Expand description
Marker returned by UnitDiv<U> when the numerator and denominator units
are identical. It is not a Unit; the Div impl uses it to produce
the raw scalar S instead of a Quantity.
Trait Implementations§
Source§impl Clone for SameDivOutput
impl Clone for SameDivOutput
Source§fn clone(&self) -> SameDivOutput
fn clone(&self) -> SameDivOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SameDivOutput
impl Debug for SameDivOutput
Source§impl PartialEq for SameDivOutput
impl PartialEq for SameDivOutput
Source§fn eq(&self, other: &SameDivOutput) -> bool
fn eq(&self, other: &SameDivOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<S: Scalar> QuantityDivOutput<S> for SameDivOutput
impl<S: Scalar> QuantityDivOutput<S> for SameDivOutput
impl Copy for SameDivOutput
impl StructuralPartialEq for SameDivOutput
Auto Trait Implementations§
impl Freeze for SameDivOutput
impl RefUnwindSafe for SameDivOutput
impl Send for SameDivOutput
impl Sync for SameDivOutput
impl Unpin for SameDivOutput
impl UnsafeUnpin for SameDivOutput
impl UnwindSafe for SameDivOutput
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