pub struct WgpuParamsHandle<P: Pod> { /* private fields */ }Expand description
Live handle for updating shader parameters from any thread while the
filter runs inside a pipeline. Created via
crate::wgpu_filter::WgpuFrameFilter::params_handle.
Implementations§
Auto Trait Implementations§
impl<P> Freeze for WgpuParamsHandle<P>
impl<P> RefUnwindSafe for WgpuParamsHandle<P>where
P: RefUnwindSafe,
impl<P> Send for WgpuParamsHandle<P>where
P: Send,
impl<P> Sync for WgpuParamsHandle<P>where
P: Sync,
impl<P> Unpin for WgpuParamsHandle<P>where
P: Unpin,
impl<P> UnsafeUnpin for WgpuParamsHandle<P>
impl<P> UnwindSafe for WgpuParamsHandle<P>where
P: UnwindSafe,
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