Struct vpx_sys::vpx_decrypt_init [] [src]

#[repr(C)]
pub struct vpx_decrypt_init { pub decrypt_cb: vpx_decrypt_cb, pub decrypt_state: *mut c_void, }

Fields

Trait Implementations

impl Debug for vpx_decrypt_init
[src]

Formats the value using the given formatter.

impl Copy for vpx_decrypt_init
[src]

impl Clone for vpx_decrypt_init
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more