pub struct Dav1dContext(/* private fields */);Trait Implementations§
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