Struct winapi::d3d9types::D3DRANGE [] [src]

#[repr(C)]
pub struct D3DRANGE { pub Offset: UINT, pub Size: UINT, }

Fields

Trait Implementations

impl Debug for D3DRANGE
[src]

Formats the value using the given formatter.

impl Copy for D3DRANGE
[src]

impl Clone for D3DRANGE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more