script::dom::bindings::codegen::Bindings::WebGPUBinding::GPUTextureView_Binding

Trait GPUTextureViewMethods

source
pub trait GPUTextureViewMethods<D: DomTypes> {
    // Required methods
    fn Label(&self) -> USVString;
    fn SetLabel(&self, value: USVString);
}

Required Methods§

source

fn Label(&self) -> USVString

source

fn SetLabel(&self, value: USVString)

Implementors§