Type Alias ipp_sys::IppsFIRLMSState32f_16s
source · pub type IppsFIRLMSState32f_16s = FIRLMSState32f_16s;
Aliased Type§
struct IppsFIRLMSState32f_16s { /* private fields */ }
Trait Implementations
source§impl Clone for FIRLMSState32f_16s
impl Clone for FIRLMSState32f_16s
source§fn clone(&self) -> FIRLMSState32f_16s
fn clone(&self) -> FIRLMSState32f_16s
Returns a copy 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 more