Struct aom_sys::aom::aom_codec_frame_buffer
source · #[repr(C)]pub struct aom_codec_frame_buffer {
pub data: *mut u8,
pub size: usize,
pub priv_: *mut c_void,
}
Fields§
§data: *mut u8
§size: usize
§priv_: *mut c_void
Trait Implementations§
source§impl Clone for aom_codec_frame_buffer
impl Clone for aom_codec_frame_buffer
source§fn clone(&self) -> aom_codec_frame_buffer
fn clone(&self) -> aom_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 aom_codec_frame_buffer
impl Debug for aom_codec_frame_buffer
impl Copy for aom_codec_frame_buffer
Auto Trait Implementations§
impl RefUnwindSafe for aom_codec_frame_buffer
impl !Send for aom_codec_frame_buffer
impl !Sync for aom_codec_frame_buffer
impl Unpin for aom_codec_frame_buffer
impl UnwindSafe for aom_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