Struct anni_provider::AudioResourceReader
source · pub struct AudioResourceReader {
pub info: AudioInfo,
pub range: Range,
pub reader: ResourceReader,
}Expand description
AudioResourceReader abstracts the file result a provider returns with extra information of audio
Fields§
§info: AudioInfoAudio info
range: RangeFile range
reader: ResourceReaderAsync Reader for the file
Auto Trait Implementations§
impl !RefUnwindSafe for AudioResourceReader
impl Send for AudioResourceReader
impl !Sync for AudioResourceReader
impl Unpin for AudioResourceReader
impl !UnwindSafe for AudioResourceReader
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