pub struct ProviderIirFilterOptions {
pub dim: usize,
pub zi: Option<GpuTensorHandle>,
}Fields§
§dim: usizeZero-based dimension along which filtering should be applied.
zi: Option<GpuTensorHandle>Optional initial conditions (state vector) residing on the device.
Trait Implementations§
Source§impl Clone for ProviderIirFilterOptions
impl Clone for ProviderIirFilterOptions
Source§fn clone(&self) -> ProviderIirFilterOptions
fn clone(&self) -> ProviderIirFilterOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 ProviderIirFilterOptions
impl Debug for ProviderIirFilterOptions
Source§impl<'de> Deserialize<'de> for ProviderIirFilterOptions
impl<'de> Deserialize<'de> for ProviderIirFilterOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProviderIirFilterOptions
impl PartialEq for ProviderIirFilterOptions
Source§impl Serialize for ProviderIirFilterOptions
impl Serialize for ProviderIirFilterOptions
impl StructuralPartialEq for ProviderIirFilterOptions
Auto Trait Implementations§
impl Freeze for ProviderIirFilterOptions
impl RefUnwindSafe for ProviderIirFilterOptions
impl Send for ProviderIirFilterOptions
impl Sync for ProviderIirFilterOptions
impl Unpin for ProviderIirFilterOptions
impl UnwindSafe for ProviderIirFilterOptions
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