#[repr(C)]
pub struct _VAEncSequenceParameterBufferMPEG2 { pub intra_period: u32, pub ip_period: u32, pub picture_width: u16, pub picture_height: u16, pub bits_per_second: u32, pub frame_rate: f32, pub aspect_ratio_information: u16, pub vbv_buffer_size: u32, pub sequence_extension: _VAEncSequenceParameterBufferMPEG2__bindgen_ty_1, pub new_gop_header: u32, pub gop_header: _VAEncSequenceParameterBufferMPEG2__bindgen_ty_2, pub va_reserved: [u32; 4], }

Fields

intra_period: u32ip_period: u32picture_width: u16picture_height: u16bits_per_second: u32frame_rate: f32aspect_ratio_information: u16vbv_buffer_size: u32sequence_extension: _VAEncSequenceParameterBufferMPEG2__bindgen_ty_1new_gop_header: u32gop_header: _VAEncSequenceParameterBufferMPEG2__bindgen_ty_2va_reserved: [u32; 4]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.