pub struct PlainText {
pub data_reference_index: u16,
}Expand description
Plain text sample entry.
Used for timed text. Its essentially just the standard sample entry body.
See ISO/IEC 14496-12:2022 Section 12.5.3.
Fields§
§data_reference_index: u16Trait Implementations§
impl Eq for PlainText
impl StructuralPartialEq for PlainText
Auto Trait Implementations§
impl Freeze for PlainText
impl RefUnwindSafe for PlainText
impl Send for PlainText
impl Sync for PlainText
impl Unpin for PlainText
impl UnsafeUnpin for PlainText
impl UnwindSafe for PlainText
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