Struct gltf_json::material::AlphaCutoff [−][src]
pub struct AlphaCutoff(pub f32);
Expand description
The alpha cutoff value of a material.
Tuple Fields
0: f32
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AlphaCutoff
impl Send for AlphaCutoff
impl Sync for AlphaCutoff
impl Unpin for AlphaCutoff
impl UnwindSafe for AlphaCutoff
Blanket Implementations
Mutably borrows from an owned value. Read more