Struct gltf_utils::casts::indices::U32 [] [src]

pub struct U32;

Type which describes how to cast any index into u32.

Trait Implementations

impl Clone for U32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for U32
[src]

[src]

Formats the value using the given formatter. Read more

impl Cast for U32
[src]

Output type.

[src]

Cast from u8.

[src]

Cast from u16.

[src]

Cast from u32.

Auto Trait Implementations

impl Send for U32

impl Sync for U32