Struct openh264_sys::TagDumpLayer [] [src]

#[repr(C)]
pub struct TagDumpLayer { pub iLayer: c_int, pub pFileName: *mut c_char, }

@brief Structure for dump layer info

Fields

Trait Implementations

impl Debug for TagDumpLayer
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TagDumpLayer
[src]

impl Clone for TagDumpLayer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for TagDumpLayer
[src]

[src]

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

Auto Trait Implementations

impl !Send for TagDumpLayer

impl !Sync for TagDumpLayer