Struct x264_sys::x264::x264_picture_t [] [src]

#[repr(C)]
pub struct x264_picture_t { pub i_type: c_int, pub i_qpplus1: c_int, pub i_pic_struct: c_int, pub b_keyframe: c_int, pub i_pts: i64, pub i_dts: i64, pub param: *mut x264_param_t, pub img: x264_image_t, pub prop: x264_image_properties_t, pub hrd_timing: x264_hrd_t, pub extra_sei: x264_sei_t, pub opaque: *mut c_void, }

Fields

Trait Implementations

impl Debug for x264_picture_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x264_picture_t
[src]

impl Clone for x264_picture_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for x264_picture_t

impl !Sync for x264_picture_t