Struct openh264_sys::_tagVersion [] [src]

#[repr(C)]
pub struct _tagVersion { pub uMajor: c_uint, pub uMinor: c_uint, pub uRevision: c_uint, pub uReserved: c_uint, }

@brief Struct of OpenH264 version / /// /// E.g. SDK version is 1.2.0.0, major version number is 1, minor version number is 2, and revision number is 0.

Fields

< The major version number

< The minor version number

< The revision number

< The reserved number, it should be 0.

Trait Implementations

impl Debug for _tagVersion
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for _tagVersion
[src]

[src]

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

impl Copy for _tagVersion
[src]

impl Clone for _tagVersion
[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 _tagVersion

impl Sync for _tagVersion