#[repr(C)]pub struct FFRawVideoDemuxerContext {
pub class: *const AVClass,
pub raw_packet_size: c_int,
pub video_size: *mut c_char,
pub pixel_format: *mut c_char,
pub framerate: AVRational,
}
Fields§
§class: *const AVClass
< Class for private options.
raw_packet_size: c_int
§video_size: *mut c_char
< String describing video size, set by a private option.
pixel_format: *mut c_char
< Set by a private option.
framerate: AVRational
< AVRational describing framerate, set by a private option.
Trait Implementations§
Source§impl Clone for FFRawVideoDemuxerContext
impl Clone for FFRawVideoDemuxerContext
Source§fn clone(&self) -> FFRawVideoDemuxerContext
fn clone(&self) -> FFRawVideoDemuxerContext
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FFRawVideoDemuxerContext
impl Debug for FFRawVideoDemuxerContext
impl Copy for FFRawVideoDemuxerContext
Auto Trait Implementations§
impl Freeze for FFRawVideoDemuxerContext
impl RefUnwindSafe for FFRawVideoDemuxerContext
impl !Send for FFRawVideoDemuxerContext
impl !Sync for FFRawVideoDemuxerContext
impl Unpin for FFRawVideoDemuxerContext
impl UnwindSafe for FFRawVideoDemuxerContext
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