pub trait GPUQuerySetMethods<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);
}pub trait GPUQuerySetMethods<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);
}