Trait gltf::mesh::util::indices::Cast [−][src]
pub trait Cast {
type Output;
fn cast_u8(x: u8) -> Self::Output;
fn cast_u16(x: u16) -> Self::Output;
fn cast_u32(x: u32) -> Self::Output;
}
Expand description
Trait for types which describe casting behaviour.