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

pub struct D3DRANGE {
    pub Offset: UINT,
    pub Size: UINT,
}

Fields

Offset
Size

Trait Implementations

Derived Implementations

impl Debug for D3DRANGE

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

impl Copy for D3DRANGE

impl Clone for D3DRANGE

fn clone(&self) -> D3DRANGE

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