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
data: *mut u8
size: usize
priv_: *mut c_void
Trait Implementations
impl Debug for vpx_codec_frame_buffer
[src]
impl Copy for vpx_codec_frame_buffer
[src]
impl Clone for vpx_codec_frame_buffer
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more