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

pub struct DXGI_RGB {
    pub Red: f32,
    pub Green: f32,
    pub Blue: f32,
}

Fields

Red: f32 Green: f32 Blue: f32

Trait Implementations

impl Debug for DXGI_RGB
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DXGI_RGB
[src]

impl Clone for DXGI_RGB
[src]

fn clone(&self) -> DXGI_RGB

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more