pub struct AudioMetadata {
pub metadata_type: Option<String>,
pub offset: u64,
pub duration: u64,
pub text: Option<String>,
pub length: u64,
pub boundary_type: Option<String>,
}Expand description
Audio Metadata
Fields§
§metadata_type: Option<String>§offset: u64§duration: u64§text: Option<String>§length: u64§boundary_type: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioMetadata
impl RefUnwindSafe for AudioMetadata
impl Send for AudioMetadata
impl Sync for AudioMetadata
impl Unpin for AudioMetadata
impl UnwindSafe for AudioMetadata
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