pub struct FftR2COp {
pub src: GpuRef<f32>,
pub dst: GpuRef<float2>,
}Fields§
§src: GpuRef<f32>§dst: GpuRef<float2>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