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