[][src]Trait euclid::num::Round

pub trait Round: Copy {
    fn round(self) -> Self;
}

Required methods

fn round(self) -> Self

Loading content...

Implementations on Foreign Types

impl Round for i16
[src]

impl Round for u16
[src]

impl Round for i32
[src]

impl Round for u32
[src]

impl Round for i64
[src]

impl Round for u64
[src]

impl Round for isize
[src]

impl Round for usize
[src]

impl Round for f32
[src]

impl Round for f64
[src]

Loading content...

Implementors

Loading content...