pub trait ID3D10Resource_Impl: Sized + ID3D10DeviceChild_Impl {
    // Required methods
    fn GetType(&self, rtype: *mut D3D10_RESOURCE_DIMENSION);
    fn SetEvictionPriority(&self, evictionpriority: u32);
    fn GetEvictionPriority(&self) -> u32;
}

Required Methods§

fn GetType(&self, rtype: *mut D3D10_RESOURCE_DIMENSION)

fn SetEvictionPriority(&self, evictionpriority: u32)

fn GetEvictionPriority(&self) -> u32

Object Safety§

This trait is not object safe.

Implementors§