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

< the profile info

Trait Implementations

impl Debug for TagProfileInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TagProfileInfo
[src]

impl Clone for TagProfileInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for TagProfileInfo
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations