pub struct QueueWorkDoneCallbackInfo {
pub mode: Option<CallbackMode>,
pub callback: RefCell<Option<QueueWorkDoneCallback>>,
}Fields§
§mode: Option<CallbackMode>§callback: RefCell<Option<QueueWorkDoneCallback>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for QueueWorkDoneCallbackInfo
impl !RefUnwindSafe for QueueWorkDoneCallbackInfo
impl Send for QueueWorkDoneCallbackInfo
impl !Sync for QueueWorkDoneCallbackInfo
impl Unpin for QueueWorkDoneCallbackInfo
impl UnsafeUnpin for QueueWorkDoneCallbackInfo
impl !UnwindSafe for QueueWorkDoneCallbackInfo
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