#[repr(C)]pub struct IPLSimulationOutputs {
pub direct: IPLDirectEffectParams,
pub reflections: IPLReflectionEffectParams,
pub pathing: IPLPathEffectParams,
}Expand description
Simulation results for a source.
Fields§
§direct: IPLDirectEffectParamsDirect path simulation results.
reflections: IPLReflectionEffectParamsReflection simulation results.
pathing: IPLPathEffectParamsPathing simulation results.
Trait Implementations§
Source§impl Clone for IPLSimulationOutputs
impl Clone for IPLSimulationOutputs
Source§fn clone(&self) -> IPLSimulationOutputs
fn clone(&self) -> IPLSimulationOutputs
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 IPLSimulationOutputs
impl Debug for IPLSimulationOutputs
impl Copy for IPLSimulationOutputs
Auto Trait Implementations§
impl Freeze for IPLSimulationOutputs
impl RefUnwindSafe for IPLSimulationOutputs
impl !Send for IPLSimulationOutputs
impl !Sync for IPLSimulationOutputs
impl Unpin for IPLSimulationOutputs
impl UnwindSafe for IPLSimulationOutputs
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