Struct x264_sys::x264::x264_level_t [] [src]

#[repr(C)]
pub struct x264_level_t { pub level_idc: c_int, pub mbps: c_int, pub frame_size: c_int, pub dpb: c_int, pub bitrate: c_int, pub cpb: c_int, pub mv_range: c_int, pub mvs_per_2mb: c_int, pub slice_rate: c_int, pub mincr: c_int, pub bipred8x8: c_int, pub direct8x8: c_int, pub frame_only: c_int, }

Fields

Trait Implementations

impl Debug for x264_level_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x264_level_t
[src]

impl Clone for x264_level_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_level_t

impl Sync for x264_level_t