Struct csfml_graphics_sys::sfTransform [] [src]

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

Fields

Trait Implementations

impl Debug for sfTransform
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfTransform
[src]

impl Clone for sfTransform
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more