pub struct SpatialEntityComponentTypeBD(/* private fields */);Expand description
Implementations§
Source§impl SpatialEntityComponentTypeBD
impl SpatialEntityComponentTypeBD
Sourcepub const LOCATION: SpatialEntityComponentTypeBD
pub const LOCATION: SpatialEntityComponentTypeBD
The location including position and rotation. Corresponds to component data structure XrSpatialEntityComponentDataLocationBD.
Sourcepub const SEMANTIC: SpatialEntityComponentTypeBD
pub const SEMANTIC: SpatialEntityComponentTypeBD
The semantic label. Corresponds to component data structure XrSpatialEntityComponentDataSemanticBD.
Sourcepub const BOUNDING_BOX_2D: SpatialEntityComponentTypeBD
pub const BOUNDING_BOX_2D: SpatialEntityComponentTypeBD
The two-dimensional bounding box. Corresponds to component data structure XrSpatialEntityComponentDataBoundingBox2DBD.
Sourcepub const POLYGON: SpatialEntityComponentTypeBD
pub const POLYGON: SpatialEntityComponentTypeBD
The two-dimensional polygon. Corresponds to component data structure XrSpatialEntityComponentDataPolygonBD.
Sourcepub const BOUNDING_BOX_3D: SpatialEntityComponentTypeBD
pub const BOUNDING_BOX_3D: SpatialEntityComponentTypeBD
The three-dimensional bounding box. Corresponds to component data structure XrSpatialEntityComponentDataBoundingBox3DBD.
Sourcepub const TRIANGLE_MESH: SpatialEntityComponentTypeBD
pub const TRIANGLE_MESH: SpatialEntityComponentTypeBD
The triangle mesh. Corresponds to component data structure XrSpatialEntityComponentDataTriangleMeshBD.
Sourcepub const PLANE_ORIENTATION: SpatialEntityComponentTypeBD
pub const PLANE_ORIENTATION: SpatialEntityComponentTypeBD
The plane orientation. Corresponds to component data structure XrSpatialEntityComponentDataPlaneOrientationBD.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialEntityComponentTypeBD
impl Clone for SpatialEntityComponentTypeBD
Source§fn clone(&self) -> SpatialEntityComponentTypeBD
fn clone(&self) -> SpatialEntityComponentTypeBD
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for SpatialEntityComponentTypeBD
impl Debug for SpatialEntityComponentTypeBD
Source§impl Default for SpatialEntityComponentTypeBD
impl Default for SpatialEntityComponentTypeBD
Source§fn default() -> SpatialEntityComponentTypeBD
fn default() -> SpatialEntityComponentTypeBD
Source§impl PartialEq for SpatialEntityComponentTypeBD
impl PartialEq for SpatialEntityComponentTypeBD
Source§fn eq(&self, other: &SpatialEntityComponentTypeBD) -> bool
fn eq(&self, other: &SpatialEntityComponentTypeBD) -> bool
self and other values to be equal, and is used by ==.