Trait script::dom::bindings::codegen::Bindings::GamepadButtonListBinding::GamepadButtonList_Binding::GamepadButtonListMethods
source · pub trait GamepadButtonListMethods {
// Required methods
fn Item(&self, index: u32) -> Option<Root<Dom<GamepadButton>>>;
fn Length(&self) -> u32;
fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<GamepadButton>>>;
}