#[repr(C)]pub struct EventDataSpatialAnchorCreateCompleteFB {
pub ty: StructureType,
pub next: *const c_void,
pub request_id: AsyncRequestIdFB,
pub result: Result,
pub space: Space,
pub uuid: UuidEXT,
}Expand description
See XrEventDataSpatialAnchorCreateCompleteFB - defined by XR_FB_spatial_entity
Fields
ty: StructureTypenext: *const c_voidrequest_id: AsyncRequestIdFBresult: Resultspace: Spaceuuid: UuidEXTImplementations
sourceimpl EventDataSpatialAnchorCreateCompleteFB
impl EventDataSpatialAnchorCreateCompleteFB
pub const TYPE: StructureType = StructureType::EVENT_DATA_SPATIAL_ANCHOR_CREATE_COMPLETE_FB
Trait Implementations
sourceimpl Clone for EventDataSpatialAnchorCreateCompleteFB
impl Clone for EventDataSpatialAnchorCreateCompleteFB
sourcefn clone(&self) -> EventDataSpatialAnchorCreateCompleteFB
fn clone(&self) -> EventDataSpatialAnchorCreateCompleteFB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventDataSpatialAnchorCreateCompleteFB
Auto Trait Implementations
impl RefUnwindSafe for EventDataSpatialAnchorCreateCompleteFB
impl !Send for EventDataSpatialAnchorCreateCompleteFB
impl !Sync for EventDataSpatialAnchorCreateCompleteFB
impl Unpin for EventDataSpatialAnchorCreateCompleteFB
impl UnwindSafe for EventDataSpatialAnchorCreateCompleteFB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more