Struct vpx_sys::vpx_fixed_buf
[−]
[src]
#[repr(C)]pub struct vpx_fixed_buf { pub buf: *mut c_void, pub sz: usize, }
Fields
buf: *mut c_void
sz: usize
Trait Implementations
impl Debug for vpx_fixed_buf
[src]
impl Copy for vpx_fixed_buf
[src]
impl Clone for vpx_fixed_buf
[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