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