Struct csfml_graphics_sys::sfFloatRect [] [src]

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

Fields

Trait Implementations

impl Debug for sfFloatRect
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfFloatRect
[src]

impl Clone for sfFloatRect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more