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

Trait GPUTextureViewMethods

Source
pub(crate) 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§