Struct geom::Percent [−][src]
pub struct Percent(f64);
Expand description
Most of the time, [0, 1]. But some callers may go outside this range.
Tuple Fields
0: f64
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Percent
impl UnwindSafe for Percent
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self