pub struct VobSubTimestamp {
pub timestamp_ms: u32,
pub file_position: u64,
}Expand description
VobSub timestamp entry.
Fields§
§timestamp_ms: u32Timestamp in milliseconds
file_position: u64File position in the .sub file
Trait Implementations§
Source§impl Clone for VobSubTimestamp
impl Clone for VobSubTimestamp
Source§fn clone(&self) -> VobSubTimestamp
fn clone(&self) -> VobSubTimestamp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VobSubTimestamp
Auto Trait Implementations§
impl Freeze for VobSubTimestamp
impl RefUnwindSafe for VobSubTimestamp
impl Send for VobSubTimestamp
impl Sync for VobSubTimestamp
impl Unpin for VobSubTimestamp
impl UnsafeUnpin for VobSubTimestamp
impl UnwindSafe for VobSubTimestamp
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