Struct csfml_graphics_sys::sfIntRect [] [src]

#[repr(C)]
pub struct sfIntRect { pub left: c_int, pub top: c_int, pub width: c_int, pub height: c_int, }

Fields

Trait Implementations

impl Debug for sfIntRect
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfIntRect
[src]

impl Clone for sfIntRect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more