Struct winapi::dxgitype::DXGI_RGB
[−]
[src]
pub struct DXGI_RGB { pub Red: f32, pub Green: f32, pub Blue: f32, }
Fields
Red | |
Green | |
Blue |
Trait Implementations
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