#[repr(C)]pub struct IPLReconstructorInputs {
pub energyField: IPLEnergyField,
}Expand description
The inputs for a single reconstruction operation.
Fields§
§energyField: IPLEnergyFieldThe energy field from which to reconstruct an impulse response.
Trait Implementations§
Source§impl Clone for IPLReconstructorInputs
impl Clone for IPLReconstructorInputs
Source§fn clone(&self) -> IPLReconstructorInputs
fn clone(&self) -> IPLReconstructorInputs
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 IPLReconstructorInputs
impl Debug for IPLReconstructorInputs
impl Copy for IPLReconstructorInputs
Auto Trait Implementations§
impl Freeze for IPLReconstructorInputs
impl RefUnwindSafe for IPLReconstructorInputs
impl !Send for IPLReconstructorInputs
impl !Sync for IPLReconstructorInputs
impl Unpin for IPLReconstructorInputs
impl UnwindSafe for IPLReconstructorInputs
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