[]Trait gdnative::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 u32

impl Round for f32

impl Round for u64

impl Round for u16

impl Round for usize

impl Round for i32

impl Round for i16

impl Round for i64

impl Round for isize

impl Round for f64

Loading content...

Implementors

Loading content...