Struct vpx_sys::vpx_codec_frame_buffer [] [src]

#[repr(C)]
pub struct vpx_codec_frame_buffer { pub data: *mut u8, pub size: usize, pub priv_: *mut c_void, }

Fields

Trait Implementations

impl Debug for vpx_codec_frame_buffer
[src]

Formats the value using the given formatter.

impl Copy for vpx_codec_frame_buffer
[src]

impl Clone for vpx_codec_frame_buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more