Struct yaiouom::Dimensionless [] [src]

pub struct Dimensionless;

A unit without dimension.

Trait Implementations

impl Unit for Dimensionless
[src]

[src]

Add a compile-type unit to a dynamic unit, either in positive position (if positive is true) or in negative position (if positive is false). Read more

[src]

[src]

Return a runtime representation of this unit. This method is designed for indexing and debugging. Not particularly fast. Read more

Auto Trait Implementations

impl Send for Dimensionless

impl Sync for Dimensionless