[][src]Struct mop_blocks::Pct

pub struct Pct(_);

Percent in decimal format

Methods

impl Pct[src]

pub fn from_decimal<T>(pct: T) -> Self where
    T: Into<f64>, 
[src]

pub fn from_percent<T>(pct: T) -> Self where
    T: Into<f64>, 
[src]

pub fn is_in_rnd_pbty<R>(self, rng: &mut R) -> bool where
    R: Rng
[src]

Trait Implementations

impl Copy for Pct[src]

impl Deref for Pct[src]

type Target = f64

The resulting type after dereferencing.

impl Debug for Pct[src]

impl Clone for Pct[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Pct

impl Sync for Pct

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> TraitCfg for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.