pub struct CompleteEvent { /* private fields */ }Expand description
A CompleteEvent is the result of making a synchronous ffi call.
After the cl_event’s event is over the event is no longer able
A CompleteEvent is not for putting into WaitList.
Don’t do it. You’ll segfault.
Implementations§
Source§impl CompleteEvent
impl CompleteEvent
Auto Trait Implementations§
impl Freeze for CompleteEvent
impl RefUnwindSafe for CompleteEvent
impl !Send for CompleteEvent
impl !Sync for CompleteEvent
impl Unpin for CompleteEvent
impl UnwindSafe for CompleteEvent
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