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

Trait GPUAdapterInfoMethods

Source
pub(crate) trait GPUAdapterInfoMethods<D: DomTypes> {
    // Required methods
    fn Vendor(&self) -> DOMString;
    fn Architecture(&self) -> DOMString;
    fn Device(&self) -> DOMString;
    fn Description(&self) -> DOMString;
}

Required Methods§

Implementors§