pub trait Round100 {
    // Required method
    fn round100(&self) -> Self;
}

Required Methods§

source

fn round100(&self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Round100 for f32

source§

fn round100(&self) -> f32

source§

impl Round100 for Vec4

source§

fn round100(&self) -> Vec4

source§

impl Round100 for Vec2

source§

fn round100(&self) -> Vec2

source§

impl Round100 for Vec3

source§

fn round100(&self) -> Vec3

Implementors§