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