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

Trait GPUQuerySetMethods

Source
pub trait GPUQuerySetMethods<D>
where 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§