Struct vpx_sys::vpx_fixed_buf
source · #[repr(C)]pub struct vpx_fixed_buf {
pub buf: *mut c_void,
pub sz: size_t,
}Fields§
§buf: *mut c_void§sz: size_tTrait Implementations§
source§impl Clone for vpx_fixed_buf
impl Clone for vpx_fixed_buf
source§fn clone(&self) -> vpx_fixed_buf
fn clone(&self) -> vpx_fixed_buf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more