Struct gltf::mesh::util::joints::U16[][src]

pub struct U16;

Type which describes how to cast any joint into u16.

Trait Implementations

impl Clone for U16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for U16
[src]

Formats the value using the given formatter. Read more

impl Cast for U16
[src]

Output type.

Cast from u8.

Cast from u16.

Auto Trait Implementations

impl Send for U16

impl Sync for U16