pub struct ResidentCompletionEvent { /* private fields */ }Expand description
Completion event whose accounting is tied to a real cudarc event handle.
Implementations§
Source§impl ResidentCompletionEvent
impl ResidentCompletionEvent
Sourcepub fn synchronize(&mut self) -> Result<()>
pub fn synchronize(&mut self) -> Result<()>
Wait for the single terminal event. Repeated calls are no-ops.
Trait Implementations§
Source§impl Drop for ResidentCompletionEvent
impl Drop for ResidentCompletionEvent
Auto Trait Implementations§
impl Freeze for ResidentCompletionEvent
impl RefUnwindSafe for ResidentCompletionEvent
impl Send for ResidentCompletionEvent
impl Sync for ResidentCompletionEvent
impl Unpin for ResidentCompletionEvent
impl UnsafeUnpin for ResidentCompletionEvent
impl UnwindSafe for ResidentCompletionEvent
Blanket Implementations§
impl<T> Allocation for T
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