Skip to main content
Number
rscad_
core
0.1.0
Number
Required Methods
to_f64
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In crate rscad_
core
rscad_core
Trait
Number
Copy item path
Source
pub trait Number { // Required method fn
to_f64
(self) ->
f64
; }
Required Methods
§
Source
fn
to_f64
(self) ->
f64
Implementations on Foreign Types
§
Source
§
impl
Number
for
f32
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
f64
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
i8
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
i16
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
i32
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
i64
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
isize
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
u8
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
u16
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
u32
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
u64
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
Number
for
usize
Source
§
fn
to_f64
(self) ->
f64
Implementors
§