#[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_void
Trait 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 moreSource§impl Debug for vpx_decrypt_init
impl Debug for vpx_decrypt_init
impl Copy for vpx_decrypt_init
Auto Trait Implementations§
impl Freeze for vpx_decrypt_init
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§
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