Struct dxgi_win::structures::DXGI_MAPPED_RECT
[−]
[src]
pub struct DXGI_MAPPED_RECT { pub Pitch: INT, pub pBits: *mut BYTE, }
Fields
Pitch | |
pBits |
pub struct DXGI_MAPPED_RECT { pub Pitch: INT, pub pBits: *mut BYTE, }
Pitch | |
pBits |
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
)