Struct winapi::d3d9types::D3DLOCKED_RECT
[-] [+]
[src]
pub struct D3DLOCKED_RECT {
pub Pitch: INT,
pub pBits: *mut c_void,
}Fields
Pitch | |
pBits |
pub struct D3DLOCKED_RECT {
pub Pitch: INT,
pub pBits: *mut c_void,
}Pitch | |
pBits |
impl Debug for D3DLOCKED_RECTimpl Copy for D3DLOCKED_RECTimpl Clone for D3DLOCKED_RECTfn clone(&self) -> D3DLOCKED_RECTfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).