Struct vpx_sys::vpx_codec_frame_buffer
source · [−]#[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
sourceimpl Clone for vpx_codec_frame_buffer
impl Clone for vpx_codec_frame_buffer
sourcefn clone(&self) -> vpx_codec_frame_buffer
fn clone(&self) -> vpx_codec_frame_buffer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for vpx_codec_frame_buffer
impl Debug for vpx_codec_frame_buffer
impl Copy for vpx_codec_frame_buffer
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more