pub struct Panner {
pub pan: f32,
pub law: PanLaw,
pub haas_delay_ms: f32,
pub ms_encode: bool,
/* private fields */
}Expand description
Stereo panner with selectable pan law, Haas effect, and mid-side encode/decode.
Fields§
§pan: f32§law: PanLaw§haas_delay_ms: f32§ms_encode: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Panner
impl RefUnwindSafe for Panner
impl Send for Panner
impl Sync for Panner
impl Unpin for Panner
impl UnsafeUnpin for Panner
impl UnwindSafe for Panner
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