pub struct FFT3D { /* private fields */ }Expand description
Builder for the FFT3D operation.
Implementations§
Source§impl FFT3D
impl FFT3D
Sourcepub fn Tcomplex<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tcomplex<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tcomplex attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFT3D
impl RefUnwindSafe for FFT3D
impl Send for FFT3D
impl Sync for FFT3D
impl Unpin for FFT3D
impl UnwindSafe for FFT3D
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