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