Docs.rs
spirv-std-0.9.0
spirv-std 0.9.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
embark-studios
Dependencies
bitflags ^1.2.1
normal
glam >=0.22, <=0.24
normal
num-traits ^0.2.15
normal
spirv-std-macros =0.9.0
normal
spirv-std-types =0.9.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Number
Implementations on Foreign Types
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In spirv_std::number
?
Trait
spirv_std
::
number
::
Number
source
·
[
−
]
pub trait Number:
Scalar
{ }
Expand description
Abstract trait representing a SPIR-V integer or floating-point type.
Implementations on Foreign Types
§
source
§
impl
Number
for
u64
source
§
impl
Number
for
u8
source
§
impl
Number
for
i64
source
§
impl
Number
for
u16
source
§
impl
Number
for
i32
source
§
impl
Number
for
u32
source
§
impl
Number
for
i16
source
§
impl
Number
for
i8
source
§
impl
Number
for
f32
source
§
impl
Number
for
f64
Implementors
§