#[repr(C)]pub struct Mp4parseFragmentInfo {
pub fragment_duration: u64,
pub time_scale: u64,
}Fields§
§fragment_duration: u64§time_scale: u64Trait Implementations§
Source§impl Debug for Mp4parseFragmentInfo
impl Debug for Mp4parseFragmentInfo
Source§impl Default for Mp4parseFragmentInfo
impl Default for Mp4parseFragmentInfo
Source§fn default() -> Mp4parseFragmentInfo
fn default() -> Mp4parseFragmentInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Mp4parseFragmentInfo
impl RefUnwindSafe for Mp4parseFragmentInfo
impl Send for Mp4parseFragmentInfo
impl Sync for Mp4parseFragmentInfo
impl Unpin for Mp4parseFragmentInfo
impl UnwindSafe for Mp4parseFragmentInfo
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