Struct winapi::d3d9types::D3DLOCKED_RECT [] [src]

pub struct D3DLOCKED_RECT {
    pub Pitch: INT,
    pub pBits: *mut c_void,
}

Fields

Pitch
pBits