pub struct Force;Expand description
A force.
Implementations§
Source§impl Force
impl Force
Sourcepub const fn newtons(value: TensorRank0) -> Quantity<Force>
pub const fn newtons(value: TensorRank0) -> Quantity<Force>
A quantity of newtons.
Sourcepub const fn millinewtons(value: TensorRank0) -> Quantity<Force>
pub const fn millinewtons(value: TensorRank0) -> Quantity<Force>
A quantity of millinewtons.
Sourcepub const fn kilonewtons(value: TensorRank0) -> Quantity<Force>
pub const fn kilonewtons(value: TensorRank0) -> Quantity<Force>
A quantity of kilonewtons.
Sourcepub const fn meganewtons(value: TensorRank0) -> Quantity<Force>
pub const fn meganewtons(value: TensorRank0) -> Quantity<Force>
A quantity of meganewtons.
Sourcepub const fn pounds_force(value: TensorRank0) -> Quantity<Force>
pub const fn pounds_force(value: TensorRank0) -> Quantity<Force>
A quantity of pounds force.
Trait Implementations§
Source§impl UnitDiv<Force> for Length
impl UnitDiv<Force> for Length
Source§type Output = ReciprocalForcePerLength
type Output = ReciprocalForcePerLength
The unit of the quotient.
Source§impl UnitDiv<ForcePerVelocity> for Force
impl UnitDiv<ForcePerVelocity> for Force
Source§impl UnitDiv<Velocity> for Force
impl UnitDiv<Velocity> for Force
Source§type Output = ForcePerVelocity
type Output = ForcePerVelocity
The unit of the quotient.
Source§impl UnitHalves for Force
impl UnitHalves for Force
Source§impl UnitMul<Force> for ReciprocalForcePerLength
impl UnitMul<Force> for ReciprocalForcePerLength
Source§impl UnitMul<ReciprocalForcePerLength> for Force
impl UnitMul<ReciprocalForcePerLength> for Force
Source§impl UnitMul<ReciprocalLength> for Force
impl UnitMul<ReciprocalLength> for Force
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the product.
impl Copy for Force
impl Eq for Force
impl StructuralPartialEq for Force
impl Unit for Force
Auto Trait Implementations§
impl Freeze for Force
impl RefUnwindSafe for Force
impl Send for Force
impl Sync for Force
impl Unpin for Force
impl UnsafeUnpin for Force
impl UnwindSafe for Force
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