[go: up one dir, main page]

Struct gltf::animation::util::rotations::I8[][src]

pub struct I8;

Type which describes how to cast any weight into i8.

Trait Implementations

impl Clone for I8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for I8
[src]

Formats the value using the given formatter. Read more

impl Cast for I8
[src]

Output type.

Cast from i8.

Cast from u8.

Cast from i16.

Cast from u16.

Cast from f32.

Auto Trait Implementations

impl Send for I8

impl Sync for I8