Struct ExPersistAnchor
pub struct ExPersistAnchor<'ex> { /* private fields */ }Expand description
Default-param extender for OpenXrSpatialAnchorCapability::persist_anchor_ex.
Implementations§
§impl<'ex> ExPersistAnchor<'ex>
impl<'ex> ExPersistAnchor<'ex>
pub fn persistence_context( self, persistence_context: Rid, ) -> ExPersistAnchor<'ex>
pub fn user_callback(self, user_callback: &'ex Callable) -> ExPersistAnchor<'ex>
pub fn done(self) -> Option<Gd<OpenXrFutureResult>>
Auto Trait Implementations§
impl<'ex> Freeze for ExPersistAnchor<'ex>
impl<'ex> RefUnwindSafe for ExPersistAnchor<'ex>
impl<'ex> !Send for ExPersistAnchor<'ex>
impl<'ex> !Sync for ExPersistAnchor<'ex>
impl<'ex> Unpin for ExPersistAnchor<'ex>
impl<'ex> !UnwindSafe for ExPersistAnchor<'ex>
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