Struct gltf_json::extensions::root::KhrLightsPunctual
source · pub struct KhrLightsPunctual {
pub lights: Vec<Light>,
}
Fields§
§lights: Vec<Light>
Lights at this node.
Trait Implementations§
source§impl Clone for KhrLightsPunctual
impl Clone for KhrLightsPunctual
source§fn clone(&self) -> KhrLightsPunctual
fn clone(&self) -> KhrLightsPunctual
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KhrLightsPunctual
impl Debug for KhrLightsPunctual
source§impl Default for KhrLightsPunctual
impl Default for KhrLightsPunctual
source§fn default() -> KhrLightsPunctual
fn default() -> KhrLightsPunctual
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for KhrLightsPunctual
impl<'de> Deserialize<'de> for KhrLightsPunctual
source§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
source§impl Serialize for KhrLightsPunctual
impl Serialize for KhrLightsPunctual
Auto Trait Implementations§
impl RefUnwindSafe for KhrLightsPunctual
impl Send for KhrLightsPunctual
impl Sync for KhrLightsPunctual
impl Unpin for KhrLightsPunctual
impl UnwindSafe for KhrLightsPunctual
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more