pub struct AudioRenderCapacityOptions {
pub update_interval: f64,
}
Expand description
Options for constructing an AudioRenderCapacity
Fields
update_interval: f64
An update interval (in seconds) for dispaching AudioRenderCapacityEvent
s
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AudioRenderCapacityOptions
impl Send for AudioRenderCapacityOptions
impl Sync for AudioRenderCapacityOptions
impl Unpin for AudioRenderCapacityOptions
impl UnwindSafe for AudioRenderCapacityOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more