Struct nekolib::math::convolution::ButterflyCache
source · pub struct ButterflyCache<M: NttFriendly> { /* private fields */ }
Auto Trait Implementations§
impl<M> RefUnwindSafe for ButterflyCache<M>
impl<M> Send for ButterflyCache<M>
impl<M> Sync for ButterflyCache<M>
impl<M> Unpin for ButterflyCache<M>
impl<M> UnwindSafe for ButterflyCache<M>
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