Docs.rs
quad-gl-0.2.13
quad-gl 0.2.13
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
not-fl3
Dependencies
glam ^0.10
normal
image ^0.22
normal
miniquad ^0.3.0-alpha.22
normal
Versions
6.45%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
VertexInterop
quad_gl
0.2.13
Vertex
Interop
Trait Implementations
Into<Vertex>
In crate quad_
gl
quad_gl
Type Alias
Vertex
Interop
Copy item path
Source
pub type VertexInterop = ([
f32
;
3
], [
f32
;
2
], [
f32
;
4
]);
Trait Implementations
§
Source
§
impl
Into
<
Vertex
> for
VertexInterop
Source
§
fn
into
(self) ->
Vertex
Converts this type into the (usually inferred) input type.