#[repr(C)]pub struct AVChapter {
pub id: i64,
pub time_base: AVRational,
pub start: i64,
pub end: i64,
pub metadata: *mut AVDictionary,
}Fields§
§id: i64< unique ID to identify the chapter
time_base: AVRational< time base in which the start/end timestamps are specified
start: i64< chapter start/end time in time_base units
end: i64< chapter start/end time in time_base units
metadata: *mut AVDictionarytrait 实现§
impl Copy for AVChapter
impl Eq for AVChapter
impl StructuralPartialEq for AVChapter
自动 trait 实现§
impl Freeze for AVChapter
impl RefUnwindSafe for AVChapter
impl !Send for AVChapter
impl !Sync for AVChapter
impl Unpin for AVChapter
impl UnsafeUnpin for AVChapter
impl UnwindSafe for AVChapter
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多