#[repr(C)]pub struct IPLReconstructorOutputs {
pub impulseResponse: IPLImpulseResponse,
}Expand description
The outputs for a single reconstruction operation.
Fields§
§impulseResponse: IPLImpulseResponseThe impulse response object into which the reconstructed impulse repsonse should be stored.
Trait Implementations§
Source§impl Clone for IPLReconstructorOutputs
impl Clone for IPLReconstructorOutputs
Source§fn clone(&self) -> IPLReconstructorOutputs
fn clone(&self) -> IPLReconstructorOutputs
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 IPLReconstructorOutputs
impl Debug for IPLReconstructorOutputs
impl Copy for IPLReconstructorOutputs
Auto Trait Implementations§
impl Freeze for IPLReconstructorOutputs
impl RefUnwindSafe for IPLReconstructorOutputs
impl !Send for IPLReconstructorOutputs
impl !Sync for IPLReconstructorOutputs
impl Unpin for IPLReconstructorOutputs
impl UnwindSafe for IPLReconstructorOutputs
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