Struct winapi::d3d9caps::D3DOVERLAYCAPS [] [src]

pub struct D3DOVERLAYCAPS {
    pub Caps: UINT,
    pub MaxOverlayDisplayWidth: UINT,
    pub MaxOverlayDisplayHeight: UINT,
}

Fields

Caps
MaxOverlayDisplayWidth
MaxOverlayDisplayHeight

Trait Implementations

Derived Implementations

impl Debug for D3DOVERLAYCAPS

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

impl Copy for D3DOVERLAYCAPS

impl Clone for D3DOVERLAYCAPS

fn clone(&self) -> D3DOVERLAYCAPS

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