Trait script::dom::bindings::codegen::Bindings::XRViewportBinding::XRViewport_Binding::XRViewportMethods
source · pub trait XRViewportMethods {
// Required methods
fn X(&self) -> i32;
fn Y(&self) -> i32;
fn Width(&self) -> i32;
fn Height(&self) -> i32;
}