Struct gltf_utils::casts::morph_weights::U16 [] [src]

pub struct U16;

Type which describes how to cast any weight into u16.

Trait Implementations

impl Clone for U16
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for U16
[src]

[src]

Formats the value using the given formatter. Read more

impl Cast for U16
[src]

Output type.

[src]

Cast from i8.

[src]

Cast from u8.

[src]

Cast from i16.

[src]

Cast from u16.

[src]

Cast from f32.

Auto Trait Implementations

impl Send for U16

impl Sync for U16