#[repr(C)]pub struct AVChapter {
pub id: c_int,
pub time_base: AVRational,
pub start: i64,
pub end: i64,
pub metadata: *mut AVDictionary,
}Fields§
§id: c_int§time_base: AVRational§start: i64§end: i64§metadata: *mut AVDictionaryTrait Implementations§
impl Copy for AVChapter
impl Eq for AVChapter
impl StructuralPartialEq for AVChapter
Auto Trait Implementations§
impl Freeze for AVChapter
impl RefUnwindSafe for AVChapter
impl !Send for AVChapter
impl !Sync for AVChapter
impl Unpin for AVChapter
impl UnwindSafe for AVChapter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)