pub struct FragmentInfo {
pub time: u64,
pub moof_offset: u64,
pub traf_number: u32,
pub trun_number: u32,
pub sample_delta: u32,
}Fields§
§time: u64§moof_offset: u64§traf_number: u32§trun_number: u32§sample_delta: u32Trait Implementations§
Source§impl Clone for FragmentInfo
impl Clone for FragmentInfo
Source§fn clone(&self) -> FragmentInfo
fn clone(&self) -> FragmentInfo
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 moreSource§impl Debug for FragmentInfo
impl Debug for FragmentInfo
Source§impl Default for FragmentInfo
impl Default for FragmentInfo
Source§fn default() -> FragmentInfo
fn default() -> FragmentInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for FragmentInfo
impl PartialEq for FragmentInfo
impl Eq for FragmentInfo
impl StructuralPartialEq for FragmentInfo
Auto Trait Implementations§
impl Freeze for FragmentInfo
impl RefUnwindSafe for FragmentInfo
impl Send for FragmentInfo
impl Sync for FragmentInfo
impl Unpin for FragmentInfo
impl UnwindSafe for FragmentInfo
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