pub struct ProfiledSubmissionHandle<R: DeviceRuntime> { /* private fields */ }Implementations§
Source§impl<R: DeviceRuntime> ProfiledSubmissionHandle<R>
impl<R: DeviceRuntime> ProfiledSubmissionHandle<R>
pub fn into_parts( self, ) -> (CompletionHandle<R>, Option<BoundDeviceSubmissionAttribution>)
Auto Trait Implementations§
impl<R> Freeze for ProfiledSubmissionHandle<R>where
CompletionHandle<R>: Freeze,
impl<R> RefUnwindSafe for ProfiledSubmissionHandle<R>where
CompletionHandle<R>: RefUnwindSafe,
impl<R> Send for ProfiledSubmissionHandle<R>where
CompletionHandle<R>: Send,
impl<R> Sync for ProfiledSubmissionHandle<R>where
CompletionHandle<R>: Sync,
impl<R> Unpin for ProfiledSubmissionHandle<R>where
CompletionHandle<R>: Unpin,
impl<R> UnsafeUnpin for ProfiledSubmissionHandle<R>where
CompletionHandle<R>: UnsafeUnpin,
impl<R> UnwindSafe for ProfiledSubmissionHandle<R>where
CompletionHandle<R>: UnwindSafe,
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