#[repr(C)]pub struct SpatialEntityAnchorCreateInfoBD {
pub ty: StructureType,
pub next: *const c_void,
pub snapshot: SenseDataSnapshotBD,
pub entity_id: SpatialEntityIdBD,
}Expand description
See XrSpatialEntityAnchorCreateInfoBD - defined by XR_BD_spatial_sensing
Fields§
§ty: StructureType§next: *const c_void§snapshot: SenseDataSnapshotBD§entity_id: SpatialEntityIdBDImplementations§
Source§impl SpatialEntityAnchorCreateInfoBD
impl SpatialEntityAnchorCreateInfoBD
pub const TYPE: StructureType = StructureType::SPATIAL_ENTITY_ANCHOR_CREATE_INFO_BD
Trait Implementations§
Source§impl Clone for SpatialEntityAnchorCreateInfoBD
impl Clone for SpatialEntityAnchorCreateInfoBD
Source§fn clone(&self) -> SpatialEntityAnchorCreateInfoBD
fn clone(&self) -> SpatialEntityAnchorCreateInfoBD
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpatialEntityAnchorCreateInfoBD
Auto Trait Implementations§
impl Freeze for SpatialEntityAnchorCreateInfoBD
impl RefUnwindSafe for SpatialEntityAnchorCreateInfoBD
impl !Send for SpatialEntityAnchorCreateInfoBD
impl !Sync for SpatialEntityAnchorCreateInfoBD
impl Unpin for SpatialEntityAnchorCreateInfoBD
impl UnwindSafe for SpatialEntityAnchorCreateInfoBD
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more