Union openh264_sys::TagBufferInfo__bindgen_ty_1 [] [src]

#[repr(C)]
pub union TagBufferInfo__bindgen_ty_1 { pub sSystemBuffer: SSysMEMBuffer, // some fields omitted }

Fields

sSystemBuffer: SSysMEMBuffer

< memory info for one picture

Trait Implementations

impl Copy for TagBufferInfo__bindgen_ty_1
[src]

impl Clone for TagBufferInfo__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for TagBufferInfo__bindgen_ty_1
[src]

[src]

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

Auto Trait Implementations