Struct anni_provider::AudioInfo
source · pub struct AudioInfo {
pub extension: String,
pub size: usize,
pub duration: u64,
}Fields§
§extension: StringFile extension of the file
size: usizeFile size of the file
duration: u64Audio duration of the file, in milliseconds
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AudioInfo
impl Send for AudioInfo
impl Sync for AudioInfo
impl Unpin for AudioInfo
impl UnwindSafe for AudioInfo
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