pub struct CDTextEntry {
pub track_number: CDTextTrackNumber,
pub entry_type: CDTextPackType,
pub data: CDTextEntryDataType,
}Expand description
The processed entry.
Fields§
§track_number: CDTextTrackNumber§entry_type: CDTextPackType§data: CDTextEntryDataTypeTrait Implementations§
Source§impl Clone for CDTextEntry
impl Clone for CDTextEntry
Source§fn clone(&self) -> CDTextEntry
fn clone(&self) -> CDTextEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CDTextEntry
impl RefUnwindSafe for CDTextEntry
impl Send for CDTextEntry
impl Sync for CDTextEntry
impl Unpin for CDTextEntry
impl UnwindSafe for CDTextEntry
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