Struct vpx_sys::vpx_fixed_buf [] [src]

#[repr(C)]
pub struct vpx_fixed_buf { pub buf: *mut c_void, pub sz: usize, }

Fields

Trait Implementations

impl Debug for vpx_fixed_buf
[src]

Formats the value using the given formatter.

impl Copy for vpx_fixed_buf
[src]

impl Clone for vpx_fixed_buf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more