Struct winapi::dxgi::DXGI_MAPPED_RECT [] [src]

pub struct DXGI_MAPPED_RECT {
    pub Pitch: INT,
    pub pBits: *mut BYTE,
}

Fields

Pitch: INT pBits: *mut BYTE

Trait Implementations

impl Debug for DXGI_MAPPED_RECT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DXGI_MAPPED_RECT
[src]

impl Clone for DXGI_MAPPED_RECT
[src]

fn clone(&self) -> DXGI_MAPPED_RECT

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more