pub struct FftDescriptorInfo {
pub inverse: bool,
pub scaling_mode: usize,
pub round_to_odd_hermitean: bool,
}Expand description
Mirrors the MPSGraph framework counterpart for FftDescriptorInfo.
Fields§
§inverse: boolMirrors the MPSGraph framework property for inverse.
scaling_mode: usizeMirrors the MPSGraph framework property for scaling_mode.
round_to_odd_hermitean: boolMirrors the MPSGraph framework property for round_to_odd_hermitean.
Trait Implementations§
Source§impl Clone for FftDescriptorInfo
impl Clone for FftDescriptorInfo
Source§fn clone(&self) -> FftDescriptorInfo
fn clone(&self) -> FftDescriptorInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FftDescriptorInfo
impl Debug for FftDescriptorInfo
Source§impl Default for FftDescriptorInfo
impl Default for FftDescriptorInfo
impl Copy for FftDescriptorInfo
Auto Trait Implementations§
impl Freeze for FftDescriptorInfo
impl RefUnwindSafe for FftDescriptorInfo
impl Send for FftDescriptorInfo
impl Sync for FftDescriptorInfo
impl Unpin for FftDescriptorInfo
impl UnsafeUnpin for FftDescriptorInfo
impl UnwindSafe for FftDescriptorInfo
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