Struct winapi::dxgitype::DXGI_RGB [] [src]

#[repr(C)]
pub struct DXGI_RGB { pub Red: f32, pub Green: f32, pub Blue: f32, }

Fields

Trait Implementations

impl Debug for DXGI_RGB
[src]

Formats the value using the given formatter.

impl Copy for DXGI_RGB
[src]

impl Clone for DXGI_RGB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more