Struct sdl2_sys::SDL_Point [] [src]

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

\brief The structure that defines a point

\sa SDL_EnclosePoints \sa SDL_PointInRect

Fields

Trait Implementations

impl Debug for SDL_Point
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_Point
[src]

impl Clone for SDL_Point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more