Struct openxr::Space[][src]

pub struct Space { /* fields omitted */ }

Implementations

Take ownership of an existing reference space handle

Safety

handle must be a valid reference space handle associated with session.

Take ownership of an existing action space handle

Safety

handle must be a valid action space handle for action and associated with session.

Access the raw swapchain handle

Access the Instance self is descended from

Set the debug name of this Space, if XR_EXT_debug_utils is loaded

Determine the location of a space relative to a base space at a specified time, if currently known by the runtime.

Determine the location and velocity of a space relative to a base space at a specified time, if currently known by the runtime.

Determine the locations of the joints of a hand tracker relative to this space at a specified time, if currently known by the runtime.

XR_EXT_hand_tracking must be enabled.

Determine the locations and velocities of the joints of a hand tracker relative to this space at a specified time, if currently known by the runtime.

XR_EXT_hand_tracking must be enabled.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.