#[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_void
Trait 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 moreSource§impl Debug for vpx_codec_frame_buffer
impl Debug for vpx_codec_frame_buffer
impl Copy for vpx_codec_frame_buffer
Auto Trait Implementations§
impl Freeze for vpx_codec_frame_buffer
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more