Skip to main content

GPUQuerySetMethods

Trait GPUQuerySetMethods 

Source
pub(crate) trait GPUQuerySetMethods<D>
where D: DomTypes,
{ // Required methods fn Destroy(&self); fn Type(&self) -> GPUQueryType; fn Count(&self) -> u32; fn Label(&self) -> USVString; fn SetLabel(&self, cx: &NoGC, value: USVString); }

Required Methods§

Source

fn Destroy(&self)

Source

fn Type(&self) -> GPUQueryType

Source

fn Count(&self) -> u32

Source

fn Label(&self) -> USVString

Source

fn SetLabel(&self, cx: &NoGC, value: USVString)

Implementors§