script::dom::bindings::codegen::GenericBindings::WebGPUBinding::GPUQuerySet_Binding

Trait GPUQuerySetMethods

Source
pub(crate) trait GPUQuerySetMethods<D: DomTypes> {
    // 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§