Struct gltf::mesh::util::tex_coords::F32[][src]

pub struct F32;

Type which describes how to cast any texture coordinate into pair of f32.

Trait Implementations

impl Clone for F32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for F32
[src]

Formats the value using the given formatter. Read more

impl Cast for F32
[src]

Output type.

Cast from u8 pair.

Cast from u16 pair.

Cast from f32 pair.

Auto Trait Implementations

impl Send for F32

impl Sync for F32