[−][src]Struct ffmpeg_sys_next::AVProgram
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 Clone for AVProgram[src]
impl Copy for AVProgram[src]
impl Debug for AVProgram[src]
impl Eq for AVProgram[src]
impl PartialEq<AVProgram> for AVProgram[src]
impl StructuralEq for AVProgram[src]
impl StructuralPartialEq for AVProgram[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,