Struct csfml_graphics_sys::sfRenderStates [] [src]

#[repr(C)]
pub struct sfRenderStates { pub blendMode: sfBlendMode, pub transform: sfTransform, pub texture: *const sfTexture, pub shader: *const sfShader, }

Fields

Trait Implementations

impl Debug for sfRenderStates
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfRenderStates
[src]

impl Clone for sfRenderStates
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more