#[repr(C)]pub struct Mp4parseTrackInfo {
pub track_type: Mp4parseTrackType,
pub track_id: u32,
pub duration: u64,
pub media_time: CheckedInteger<i64>,
pub time_scale: u32,
}Fields§
§track_type: Mp4parseTrackType§track_id: u32§duration: u64§media_time: CheckedInteger<i64>§time_scale: u32Trait Implementations§
Source§impl Debug for Mp4parseTrackInfo
impl Debug for Mp4parseTrackInfo
Source§impl Default for Mp4parseTrackInfo
impl Default for Mp4parseTrackInfo
Source§fn default() -> Mp4parseTrackInfo
fn default() -> Mp4parseTrackInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Mp4parseTrackInfo
impl RefUnwindSafe for Mp4parseTrackInfo
impl Send for Mp4parseTrackInfo
impl Sync for Mp4parseTrackInfo
impl Unpin for Mp4parseTrackInfo
impl UnwindSafe for Mp4parseTrackInfo
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