Struct vpx_sys::vpx_decrypt_init
source · #[repr(C)]pub struct vpx_decrypt_init {
pub decrypt_cb: vpx_decrypt_cb,
pub decrypt_state: *mut c_void,
}Fields§
§decrypt_cb: vpx_decrypt_cb§decrypt_state: *mut c_voidTrait Implementations§
source§impl Clone for vpx_decrypt_init
impl Clone for vpx_decrypt_init
source§fn clone(&self) -> vpx_decrypt_init
fn clone(&self) -> vpx_decrypt_init
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