Struct allegro_sys::transformations::ALLEGRO_TRANSFORM
[−]
[src]
pub struct ALLEGRO_TRANSFORM {
pub m: [[c_float; 4]; 4],
}Fields
m: [[c_float; 4]; 4]
Trait Implementations
impl Clone for ALLEGRO_TRANSFORM[src]
fn clone(&self) -> ALLEGRO_TRANSFORM
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more