pub struct FftDescriptor { /* private fields */ }Expand description
Mirrors the MPSGraph framework counterpart for this type.
Implementations§
Source§impl FftDescriptor
impl FftDescriptor
Source§impl FftDescriptor
impl FftDescriptor
Sourcepub fn new(info: FftDescriptorInfo) -> Option<Self>
pub fn new(info: FftDescriptorInfo) -> Option<Self>
Calls the MPSGraph framework counterpart for new.
Trait Implementations§
Source§impl Drop for FftDescriptor
impl Drop for FftDescriptor
impl Send for FftDescriptor
impl Sync for FftDescriptor
Auto Trait Implementations§
impl Freeze for FftDescriptor
impl RefUnwindSafe for FftDescriptor
impl Unpin for FftDescriptor
impl UnsafeUnpin for FftDescriptor
impl UnwindSafe for FftDescriptor
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