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
iLayer: c_int
pFileName: *mut c_char
Trait Implementations
impl Debug for TagDumpLayer[src]
impl Copy for TagDumpLayer[src]
impl Clone for TagDumpLayer[src]
fn clone(&self) -> TagDumpLayer[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