Struct AVHashContext
#[repr(C)]pub struct AVHashContext { /* private fields */ }
Expand description
@example ffhash.c This example is a simple command line application that takes one or more arguments. It demonstrates a typical use of the hashing API with allocation, initialization, updating, and finalizing.
Trait Implementations§
§impl Clone for AVHashContext
impl Clone for AVHashContext
§fn clone(&self) -> AVHashContext
fn clone(&self) -> AVHashContext
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 more§impl Debug for AVHashContext
impl Debug for AVHashContext
impl Copy for AVHashContext
Auto Trait Implementations§
impl Freeze for AVHashContext
impl RefUnwindSafe for AVHashContext
impl Send for AVHashContext
impl Sync for AVHashContext
impl Unpin for AVHashContext
impl UnwindSafe for AVHashContext
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