Struct servo_media_audio::decoder::AudioDecoderOptions
source · pub struct AudioDecoderOptions {
pub sample_rate: f32,
}
Fields§
§sample_rate: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioDecoderOptions
impl RefUnwindSafe for AudioDecoderOptions
impl Send for AudioDecoderOptions
impl Sync for AudioDecoderOptions
impl Unpin for AudioDecoderOptions
impl UnwindSafe for AudioDecoderOptions
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