Trait euclid::num::Round
[−]
[src]
pub trait Round: Copy {
fn round(self) -> Self;
}
pub trait Round: Copy {
fn round(self) -> Self;
}
fn round(self) -> Selfimpl 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]