#[repr(C)]pub struct vpx_fixed_buf {
pub buf: *mut c_void,
pub sz: usize,
}Fields§
§buf: *mut c_void§sz: usizeTrait Implementations§
Source§impl Clone for vpx_fixed_buf
impl Clone for vpx_fixed_buf
Source§fn clone(&self) -> vpx_fixed_buf
fn clone(&self) -> vpx_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 vpx_fixed_buf
impl Debug for vpx_fixed_buf
impl Copy for vpx_fixed_buf
Auto Trait Implementations§
impl Freeze for vpx_fixed_buf
impl RefUnwindSafe for vpx_fixed_buf
impl !Send for vpx_fixed_buf
impl !Sync for vpx_fixed_buf
impl Unpin for vpx_fixed_buf
impl UnwindSafe for vpx_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