Struct openxr::ObjectType [−][src]
#[repr(transparent)]pub struct ObjectType(_);
Expand description
Enums to track objects of various types - see XrObjectType
Implementations
XrInstance
XrSession
XrSwapchain
XrSpace
XrActionSet
XrAction
XrDebugUtilsMessengerEXT
XrSpatialAnchorMSFT
XrHandTrackerEXT
XrSceneObserverMSFT
XrSceneMSFT
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
Blanket Implementations
Mutably borrows from an owned value. Read more