Struct ffmpeg_sys_next::AVProgram
source · [−]#[repr(C)]pub struct AVProgram {Show 14 fields
pub id: c_int,
pub flags: c_int,
pub discard: AVDiscard,
pub stream_index: *mut c_uint,
pub nb_stream_indexes: c_uint,
pub metadata: *mut AVDictionary,
pub program_num: c_int,
pub pmt_pid: c_int,
pub pcr_pid: c_int,
pub pmt_version: c_int,
pub start_time: i64,
pub end_time: i64,
pub pts_wrap_reference: i64,
pub pts_wrap_behavior: c_int,
}Fields
id: c_intflags: c_intdiscard: AVDiscardstream_index: *mut c_uintnb_stream_indexes: c_uintmetadata: *mut AVDictionaryprogram_num: c_intpmt_pid: c_intpcr_pid: c_intpmt_version: c_intstart_time: i64end_time: i64pts_wrap_reference: i64pts_wrap_behavior: c_intTrait Implementations
impl Copy for AVProgram
impl Eq for AVProgram
impl StructuralEq for AVProgram
impl StructuralPartialEq for AVProgram
Auto Trait Implementations
impl RefUnwindSafe for AVProgram
impl !Send for AVProgram
impl !Sync for AVProgram
impl Unpin for AVProgram
impl UnwindSafe for AVProgram
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more