Struct gltf_json::extensions::accessor::sparse::Values [−][src]
pub struct Values {}
Expand description
Array of size count * number_of_components
storing the displaced
accessor attributes pointed by accessor::sparse::Indices
.
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 Values
impl UnwindSafe for Values
Blanket Implementations
Mutably borrows from an owned value. Read more