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 u8size: usizepriv_: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vpx_codec_frame_buffer
impl !Send for vpx_codec_frame_buffer
impl !Sync for vpx_codec_frame_buffer
impl Unpin for vpx_codec_frame_buffer
impl UnwindSafe for vpx_codec_frame_buffer
Blanket Implementations
Mutably borrows from an owned value. Read more