[][src]Trait dxplr::d3d11::ICounter

pub trait ICounter: IAsynchronous {
    fn get_desc(&self) -> CounterDesc;
}

Required methods

fn get_desc(&self) -> CounterDesc

Loading content...

Implementors

impl ICounter for Counter[src]

Loading content...