#[repr(C)]pub struct SpatialAnchorPersistInfoBD {
pub ty: StructureType,
pub next: *const c_void,
pub location: PersistenceLocationBD,
pub anchor: AnchorBD,
}Expand description
See XrSpatialAnchorPersistInfoBD - defined by XR_BD_spatial_anchor
Fields§
§ty: StructureType§next: *const c_void§location: PersistenceLocationBD§anchor: AnchorBDImplementations§
Source§impl SpatialAnchorPersistInfoBD
impl SpatialAnchorPersistInfoBD
pub const TYPE: StructureType = StructureType::SPATIAL_ANCHOR_PERSIST_INFO_BD
Trait Implementations§
Source§impl Clone for SpatialAnchorPersistInfoBD
impl Clone for SpatialAnchorPersistInfoBD
Source§fn clone(&self) -> SpatialAnchorPersistInfoBD
fn clone(&self) -> SpatialAnchorPersistInfoBD
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 moreSource§impl Debug for SpatialAnchorPersistInfoBD
impl Debug for SpatialAnchorPersistInfoBD
impl Copy for SpatialAnchorPersistInfoBD
Auto Trait Implementations§
impl Freeze for SpatialAnchorPersistInfoBD
impl RefUnwindSafe for SpatialAnchorPersistInfoBD
impl !Send for SpatialAnchorPersistInfoBD
impl !Sync for SpatialAnchorPersistInfoBD
impl Unpin for SpatialAnchorPersistInfoBD
impl UnwindSafe for SpatialAnchorPersistInfoBD
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