Struct openh264_sys::TagProfileInfo
[−]
[src]
#[repr(C)]pub struct TagProfileInfo { pub iLayer: c_int, pub uiProfileIdc: EProfileIdc, }
@brief Structure for profile info in layer
Fields
iLayer: c_int
uiProfileIdc: EProfileIdc
< the profile info
Trait Implementations
impl Debug for TagProfileInfo[src]
impl Copy for TagProfileInfo[src]
impl Clone for TagProfileInfo[src]
fn clone(&self) -> TagProfileInfo[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more