Trait tessellation::AsUSize [] [src]

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

Convert Self to usize.

Implementations on Foreign Types

impl AsUSize for f32
[src]

[src]

impl AsUSize for f64
[src]

[src]

Implementors