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

#[repr(C)]
pub struct D3DLOCKED_RECT { pub Pitch: INT, pub pBits: *mut c_void, }

Fields

Trait Implementations

impl Debug for D3DLOCKED_RECT
[src]

Formats the value using the given formatter.

impl Copy for D3DLOCKED_RECT
[src]

impl Clone for D3DLOCKED_RECT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more