#[repr(C)]pub struct IPLEnergyFieldSettings {
pub duration: IPLfloat32,
pub order: IPLint32,
}Expand description
Settings used to create an energy field.
Fields§
§duration: IPLfloat32Total duration (in seconds) of the energy field. This determines the number of bins in each channel and band.
order: IPLint32The Ambisonic order. This determines the number of channels.
Trait Implementations§
Source§impl Clone for IPLEnergyFieldSettings
impl Clone for IPLEnergyFieldSettings
Source§fn clone(&self) -> IPLEnergyFieldSettings
fn clone(&self) -> IPLEnergyFieldSettings
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 IPLEnergyFieldSettings
impl Debug for IPLEnergyFieldSettings
impl Copy for IPLEnergyFieldSettings
Auto Trait Implementations§
impl Freeze for IPLEnergyFieldSettings
impl RefUnwindSafe for IPLEnergyFieldSettings
impl Send for IPLEnergyFieldSettings
impl Sync for IPLEnergyFieldSettings
impl Unpin for IPLEnergyFieldSettings
impl UnwindSafe for IPLEnergyFieldSettings
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