Struct AVChapter
#[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
§time_base: AVRational
§start: i64
§end: i64
§metadata: *mut AVDictionary
Trait Implementations§
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