Struct geom::percent::Percent [−][src]
pub struct Percent(f64);
Most of the time, [0, 1]. But some callers may go outside this range.
Implementations
impl Percent
[src]
impl Percent
[src]pub struct Percent(f64);
Most of the time, [0, 1]. But some callers may go outside this range.
impl Percent
[src]impl Copy for Percent
[src]impl StructuralPartialEq for Percent
[src]impl RefUnwindSafe for Percent
impl Send for Percent
impl Sync for Percent
impl Unpin for Percent
impl UnwindSafe for Percent