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_RECT
impl Copy for D3DLOCKED_RECT
impl Clone for D3DLOCKED_RECT
fn clone(&self) -> D3DLOCKED_RECT
fn 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
).
Search functions by type signature (e.g.
vec -> usize
)