pub struct FftR2COp { /* private fields */ }Expand description
1-D R2C FFT op for graph capture. The user installs a pre-built
cudarc::cufft::CudaFft plan via GraphMsg::SetFftPlan before
recording; the plan is borrowed through GraphRecordCtx::fft.
record consumes the held GpuRefs on first invocation; a
second call returns GpuError::Unrecoverable.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FftR2COp
impl !RefUnwindSafe for FftR2COp
impl Send for FftR2COp
impl Sync for FftR2COp
impl Unpin for FftR2COp
impl UnsafeUnpin for FftR2COp
impl !UnwindSafe for FftR2COp
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