pub trait GPUQuerySetMethods {
    // Required methods
    fn Destroy(&self);
    fn Label(&self) -> USVString;
    fn SetLabel(&self, value: USVString);
}

Required Methods§

source

fn Destroy(&self)

source

fn Label(&self) -> USVString

source

fn SetLabel(&self, value: USVString)

Implementors§