Struct assimp_sys::AiUVTransform [] [src]

#[repr(C, packed)]
pub struct AiUVTransform { pub translation: AiVector2D, pub scaling: AiVector2D, pub rotation: c_float, }

Fields

Trait Implementations

impl Clone for AiUVTransform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiUVTransform
[src]

impl Debug for AiUVTransform
[src]

Formats the value using the given formatter.