Struct winapi::d3d9types::D3DRASTER_STATUS [] [src]

pub struct D3DRASTER_STATUS {
    pub InVBlank: BOOL,
    pub ScanLine: UINT,
}

Fields

InVBlank
ScanLine

Trait Implementations

Derived Implementations

impl Debug for D3DRASTER_STATUS

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

impl Copy for D3DRASTER_STATUS

impl Clone for D3DRASTER_STATUS

fn clone(&self) -> D3DRASTER_STATUS

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