Struct csfml_system_sys::sfVector2i [] [src]

#[repr(C)]
pub struct sfVector2i { pub x: c_int, pub y: c_int, }

Fields

Trait Implementations

impl Debug for sfVector2i
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfVector2i
[src]

impl Clone for sfVector2i
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more