Struct openh264_sys::SLTRConfig [] [src]

#[repr(C)]
pub struct SLTRConfig { pub bEnableLongTermReference: bool, pub iLTRRefNum: c_int, }

@brief Structure for LTR configuration

Fields

< 1: on, 0: off

< TODO: not supported to set it arbitrary yet

Trait Implementations

impl Debug for SLTRConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SLTRConfig
[src]

[src]

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

impl Copy for SLTRConfig
[src]

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

impl Sync for SLTRConfig