Struct gltf_json::material::EmissiveFactor [−][src]
The emissive color of a material.
Trait Implementations
impl Clone for EmissiveFactor[src]
impl Clone for EmissiveFactorfn clone(&self) -> EmissiveFactor[src]
fn clone(&self) -> EmissiveFactorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for EmissiveFactor[src]
impl Copy for EmissiveFactorimpl Debug for EmissiveFactor[src]
impl Debug for EmissiveFactorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for EmissiveFactor[src]
impl Default for EmissiveFactorfn default() -> EmissiveFactor[src]
fn default() -> EmissiveFactorReturns the "default value" for a type. Read more
impl Validate for EmissiveFactor[src]
impl Validate for EmissiveFactorfn validate_completely<P, R>(&self, _: &Root, path: P, report: &mut R) where
P: Fn() -> Path,
R: FnMut(&Fn() -> Path, Error), [src]
fn validate_completely<P, R>(&self, _: &Root, path: P, report: &mut R) where
P: Fn() -> Path,
R: FnMut(&Fn() -> Path, Error), Validates the data against the glTF 2.0 specification. Read more
fn validate_minimally<P, R>(&self, _root: &Root, _path: P, _report: &mut R) where
P: Fn() -> Path,
R: FnMut(&Fn() -> Path, Error), [src]
fn validate_minimally<P, R>(&self, _root: &Root, _path: P, _report: &mut R) where
P: Fn() -> Path,
R: FnMut(&Fn() -> Path, Error), Validates only the invariants required for the library to function safely.
Auto Trait Implementations
impl Send for EmissiveFactor
impl Send for EmissiveFactorimpl Sync for EmissiveFactor
impl Sync for EmissiveFactor