Docs.rs
ffgl-core-0.2.6
ffgl-core 0.2.6
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
edeetee
Dependencies
anyhow ^1.0.79
normal
gl ^0.14.0
normal
num ^0.4
normal
num-derive ^0.4.0
normal
num-traits ^0.2
normal
once_cell ^1.19.0
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
bindgen ^0.63.0
build
cfg-if ^1.0.0
build
Versions
0.33%
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
ffgl_
core
0.2.6
Param
Value
Required Methods
get
set
Implementations on Foreign Types
f32
Implementors
In ffgl_
core::
parameters
ffgl_core
::
parameters
Trait
ParamValue
Copy item path
Source
pub trait ParamValue { // Required methods fn
get
(&self) ->
f32
;
fn
set
(&mut self, value:
f32
); }
Required Methods
§
Source
fn
get
(&self) ->
f32
Source
fn
set
(&mut self, value:
f32
)
Implementations on Foreign Types
§
Source
§
impl
ParamValue
for
f32
Source
§
fn
get
(&self) ->
f32
Source
§
fn
set
(&mut self, value:
f32
)
Implementors
§