Struct gltf_json::texture::Info [−][src]
pub struct Info {
pub index: Index<Texture>,
pub tex_coord: u32,
pub extensions: Option<Info>,
pub extras: Extras,
}
Expand description
Reference to a Texture
.
Fields
index: Index<Texture>
The index of the texture.
tex_coord: u32
The set index of the texture’s TEXCOORD
attribute.
extensions: Option<Info>
Extension specific data.
extras: Extras
Optional application specific data.
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 Info
impl UnwindSafe for Info
Blanket Implementations
Mutably borrows from an owned value. Read more