Struct vpx_sys::vpx_codec_frame_buffer
source · #[repr(C)]pub struct vpx_codec_frame_buffer {
pub data: *mut u8,
pub size: size_t,
pub priv_: *mut c_void,
}Fields§
§data: *mut u8§size: size_t§priv_: *mut c_voidTrait Implementations§
source§impl Clone for vpx_codec_frame_buffer
impl Clone for vpx_codec_frame_buffer
source§fn clone(&self) -> vpx_codec_frame_buffer
fn clone(&self) -> vpx_codec_frame_buffer
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