Struct csfml_graphics_sys::sfTransform [] [src]

#[repr(C)]
pub struct sfTransform { pub matrix: [f32; 9], }

Fields

Trait Implementations

impl Debug for sfTransform
[src]

Formats the value using the given formatter.

impl Copy for sfTransform
[src]

impl Clone for sfTransform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more