Struct symphonia_core::codecs::DecoderOptions
source · pub struct DecoderOptions {
pub verify: bool,
}
Expand description
DecoderOptions
is a common set of options that all decoders use.
Fields§
§verify: bool
The decoded audio should be verified if possible during the decode process.
Trait Implementations§
source§impl Clone for DecoderOptions
impl Clone for DecoderOptions
source§fn clone(&self) -> DecoderOptions
fn clone(&self) -> DecoderOptions
Returns a copy 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 DecoderOptions
impl Debug for DecoderOptions
source§impl Default for DecoderOptions
impl Default for DecoderOptions
source§fn default() -> DecoderOptions
fn default() -> DecoderOptions
Returns the “default value” for a type. Read more
impl Copy for DecoderOptions
Auto Trait Implementations§
impl RefUnwindSafe for DecoderOptions
impl Send for DecoderOptions
impl Sync for DecoderOptions
impl Unpin for DecoderOptions
impl UnwindSafe for DecoderOptions
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