pub struct Mp4Sample {
pub offset: usize,
pub size: usize,
pub is_keyframe: bool,
pub timestamp_ms: u64,
}Fields§
§offset: usize§size: usize§is_keyframe: bool§timestamp_ms: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mp4Sample
impl RefUnwindSafe for Mp4Sample
impl Send for Mp4Sample
impl Sync for Mp4Sample
impl Unpin for Mp4Sample
impl UnsafeUnpin for Mp4Sample
impl UnwindSafe for Mp4Sample
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