Struct csfml_system_sys::sfVector2u [] [src]

#[repr(C)]
pub struct sfVector2u { pub x: c_uint, pub y: c_uint, }

Fields

Trait Implementations

impl Debug for sfVector2u
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfVector2u
[src]

impl Clone for sfVector2u
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more