#[repr(C)]pub struct SpatialAnchorShareInfoBD {
pub ty: StructureType,
pub next: *const c_void,
pub anchor: AnchorBD,
}Expand description
See XrSpatialAnchorShareInfoBD - defined by XR_BD_spatial_anchor_sharing
Fields§
§ty: StructureType§next: *const c_void§anchor: AnchorBDImplementations§
pub const TYPE: StructureType = StructureType::SPATIAL_ANCHOR_SHARE_INFO_BD
Trait Implementations§
Source§fn clone(&self) -> SpatialAnchorShareInfoBD
fn clone(&self) -> SpatialAnchorShareInfoBD
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 moreAuto Trait Implementations§
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