#[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_intTrait Implementations§
Source§impl Clone for Av1DecodeReturn
impl Clone for Av1DecodeReturn
Source§fn clone(&self) -> Av1DecodeReturn
fn clone(&self) -> Av1DecodeReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Av1DecodeReturn
Auto Trait Implementations§
impl !Send for Av1DecodeReturn
impl !Sync for Av1DecodeReturn
impl Freeze for Av1DecodeReturn
impl RefUnwindSafe for Av1DecodeReturn
impl Unpin for Av1DecodeReturn
impl UnsafeUnpin 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