Docs.rs
grafix-toolbox-0.8.33
grafix-toolbox 0.8.33
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
installgentoo
Dependencies
bitflags ^2
normal
faster-hex ^0.10
normal
optional
fastrand ^2
normal
optional
futures-lite ^2
normal
gl ^0.14
normal
grafix-toolbox-macros ^1
normal
half ^2
normal
image ^0.25
normal
nalgebra ^0.34
normal
notify ^8
normal
optional
parking_lot ^0.12
normal
rusttype ^0.9
normal
optional
sdl2 ^0.38
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
tobj ^4
normal
optional
tokio ^1
normal
tokio-stream ^0.1
normal
yansi ^1
normal
zstd ^0.13
normal
optional
Versions
1.88%
of the crate is documented
Platform
aarch64-apple-darwin
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
AnyMesh
grafix_
toolbox
0.8.33
AnyMesh
Aliased Type
Trait Implementations
Default
From<T>
In grafix_
toolbox::
GL::
mesh
grafix_toolbox
::
GL
::
mesh
Type Alias
AnyMesh
Copy item path
Source
pub type AnyMesh =
Box
<dyn AnyMeshT>;
Aliased Type
§
pub struct AnyMesh(
/* private fields */
);
Trait Implementations
§
Source
§
impl
Default
for
AnyMesh
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more
Source
§
impl<T:
Borrow
<
Model
>>
From
<T> for
AnyMesh
Source
§
fn
from
(m: T) -> Self
Converts to this type from the input type.