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