pub struct AudioDecoderTestCase {
pub output_tests: Vec<AudioDecoderOutputTest>,
}
Fields§
§output_tests: Vec<AudioDecoderOutputTest>
Implementations§
Auto Trait Implementations§
impl Freeze for AudioDecoderTestCase
impl !RefUnwindSafe for AudioDecoderTestCase
impl !Send for AudioDecoderTestCase
impl !Sync for AudioDecoderTestCase
impl Unpin for AudioDecoderTestCase
impl !UnwindSafe for AudioDecoderTestCase
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