pub struct RdftInput {
pub size: usize,
pub kind: RdftKind,
}Expand description
Parsed arguments for gen_rdft_codelet!(size = N, kind = R2hc | Hc2r).
Fields§
§size: usize§kind: RdftKindTrait Implementations§
Auto Trait Implementations§
impl Freeze for RdftInput
impl RefUnwindSafe for RdftInput
impl Send for RdftInput
impl Sync for RdftInput
impl Unpin for RdftInput
impl UnsafeUnpin for RdftInput
impl UnwindSafe for RdftInput
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