Struct libdav1d_sys::Dav1dContext
source · #[repr(C)]pub struct Dav1dContext { /* private fields */ }
Trait Implementations§
source§impl Clone for Dav1dContext
impl Clone for Dav1dContext
source§fn clone(&self) -> Dav1dContext
fn clone(&self) -> Dav1dContext
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 Dav1dContext
impl Debug for Dav1dContext
impl Copy for Dav1dContext
Auto Trait Implementations§
impl Freeze for Dav1dContext
impl RefUnwindSafe for Dav1dContext
impl Send for Dav1dContext
impl Sync for Dav1dContext
impl Unpin for Dav1dContext
impl UnwindSafe for Dav1dContext
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)