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
decrypt_cb: vpx_decrypt_cbdecrypt_state: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vpx_decrypt_init
impl !Send for vpx_decrypt_init
impl !Sync for vpx_decrypt_init
impl Unpin for vpx_decrypt_init
impl UnwindSafe for vpx_decrypt_init
Blanket Implementations
Mutably borrows from an owned value. Read more