#[repr(C)]pub struct aom_fixed_buf {
pub buf: *mut c_void,
pub sz: usize,
}Fields§
§buf: *mut c_void§sz: usizeTrait 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 duplicate 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 Freeze for aom_fixed_buf
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