Trait pcg_rand::numops::AsUsize[][src]

pub trait AsUsize {
    fn as_usize(&self) -> usize;
}

Convert a value to a usize don't care about overflow etc

Required methods

fn as_usize(&self) -> usize[src]

Loading content...

Implementations on Foreign Types

impl AsUsize for u8[src]

impl AsUsize for u16[src]

impl AsUsize for u32[src]

impl AsUsize for u64[src]

impl AsUsize for u128[src]

Loading content...

Implementors

Loading content...