pub struct LtxtChunk {
pub cue_point_id: u32,
pub sample_length: u32,
pub purpose_id: String,
pub country: u16,
pub language: u16,
pub dialect: u16,
pub code_page: u16,
pub data: String,
}
Fields§
§cue_point_id: u32
§sample_length: u32
§purpose_id: String
§country: u16
§language: u16
§dialect: u16
§code_page: u16
§data: String
Trait Implementations§
Source§impl Ord for LtxtChunk
impl Ord for LtxtChunk
Source§impl PartialOrd for LtxtChunk
impl PartialOrd for LtxtChunk
impl Eq for LtxtChunk
impl StructuralPartialEq for LtxtChunk
Auto Trait Implementations§
impl Freeze for LtxtChunk
impl RefUnwindSafe for LtxtChunk
impl Send for LtxtChunk
impl Sync for LtxtChunk
impl Unpin for LtxtChunk
impl UnwindSafe for LtxtChunk
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