Struct csfml_system_sys::sfVector2f [] [src]

#[repr(C)]
pub struct sfVector2f { pub x: f32, pub y: f32, }

Fields

Trait Implementations

impl Debug for sfVector2f
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfVector2f
[src]

impl Clone for sfVector2f
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more