#[repr(C)]pub struct EventDataSpacesSaveResultMETA {
pub ty: StructureType,
pub next: *const c_void,
pub request_id: AsyncRequestIdFB,
pub result: Result,
}Expand description
See XrEventDataSpacesSaveResultMETA - defined by XR_META_spatial_entity_persistence
Fields§
§ty: StructureType§next: *const c_void§request_id: AsyncRequestIdFB§result: ResultImplementations§
Source§impl EventDataSpacesSaveResultMETA
impl EventDataSpacesSaveResultMETA
pub const TYPE: StructureType = StructureType::EVENT_DATA_SPACES_SAVE_RESULT_META
Trait Implementations§
Source§impl Clone for EventDataSpacesSaveResultMETA
impl Clone for EventDataSpacesSaveResultMETA
Source§fn clone(&self) -> EventDataSpacesSaveResultMETA
fn clone(&self) -> EventDataSpacesSaveResultMETA
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 EventDataSpacesSaveResultMETA
Auto Trait Implementations§
impl Freeze for EventDataSpacesSaveResultMETA
impl RefUnwindSafe for EventDataSpacesSaveResultMETA
impl !Send for EventDataSpacesSaveResultMETA
impl !Sync for EventDataSpacesSaveResultMETA
impl Unpin for EventDataSpacesSaveResultMETA
impl UnwindSafe for EventDataSpacesSaveResultMETA
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