[][src]Trait tessellation::AsUSize

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

Trait which allows to convert Self to usize, since To is not implemented by f32 and f64.

Required methods

fn as_usize(self) -> usize

Convert Self to usize.

Loading content...

Implementations on Foreign Types

impl AsUSize for f32[src]

impl AsUSize for f64[src]

Loading content...

Implementors

Loading content...