pub trait GPUTextureViewMethods {
    // 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§