#[repr(C)]pub struct EventDataShareSpacesCompleteMETA {
pub ty: StructureType,
pub next: *const c_void,
pub request_id: AsyncRequestIdFB,
pub result: Result,
}Expand description
See XrEventDataShareSpacesCompleteMETA - defined by XR_META_spatial_entity_sharing
Fields§
§ty: StructureType§next: *const c_void§request_id: AsyncRequestIdFB§result: ResultImplementations§
pub const TYPE: StructureType = StructureType::EVENT_DATA_SHARE_SPACES_COMPLETE_META
Trait Implementations§
Source§fn clone(&self) -> EventDataShareSpacesCompleteMETA
fn clone(&self) -> EventDataShareSpacesCompleteMETA
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