Struct winapi::d3d9types::D3DCOMPOSERECTDESTINATION [] [src]

pub struct D3DCOMPOSERECTDESTINATION {
    pub SrcRectIndex: USHORT,
    pub Reserved: USHORT,
    pub X: SHORT,
    pub Y: SHORT,
}

Fields

SrcRectIndex
Reserved
X
Y

Trait Implementations

Derived Implementations

impl Debug for D3DCOMPOSERECTDESTINATION

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

impl Copy for D3DCOMPOSERECTDESTINATION

impl Clone for D3DCOMPOSERECTDESTINATION

fn clone(&self) -> D3DCOMPOSERECTDESTINATION

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