Docs.rs
gamelib-0.1.0
gamelib 0.1.0
Permalink
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
pyudev-x
Dependencies
rand ^0.8.5
normal
raylib ^3.7.0
normal
Versions
0%
of the crate is documented
Platform
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
AudioSample
gamelib
0.1.0
Audio
Sample
Implementations on Foreign Types
f32
i16
u8
Implementors
In gamelib::
rl
gamelib
::
rl
Trait
Audio
Sample
Copy item path
Source
pub trait AudioSample { }
Expand description
A marker trait specifying an audio sample (
u8
,
i16
, or
f32
).
Implementations on Foreign Types
§
Source
§
impl
AudioSample
for
f32
Source
§
impl
AudioSample
for
i16
Source
§
impl
AudioSample
for
u8
Implementors
§