Struct csfml_graphics_sys::sfColor [] [src]

#[repr(C)]
pub struct sfColor { pub r: sfUint8, pub g: sfUint8, pub b: sfUint8, pub a: sfUint8, }

Fields

Trait Implementations

impl Debug for sfColor
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfColor
[src]

impl Clone for sfColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more