[][src]Struct srtp2_sys::srtp_auth_type_t

#[repr(C)]
pub struct srtp_auth_type_t { pub alloc: srtp_auth_alloc_func, pub dealloc: srtp_auth_dealloc_func, pub init: srtp_auth_init_func, pub compute: srtp_auth_compute_func, pub update: srtp_auth_update_func, pub start: srtp_auth_start_func, pub description: *const c_char, pub test_data: *const srtp_auth_test_case_t, pub id: srtp_auth_type_id_t, }

Fields

alloc: srtp_auth_alloc_funcdealloc: srtp_auth_dealloc_funcinit: srtp_auth_init_funccompute: srtp_auth_compute_funcupdate: srtp_auth_update_funcstart: srtp_auth_start_funcdescription: *const c_chartest_data: *const srtp_auth_test_case_tid: srtp_auth_type_id_t

Trait Implementations

impl Copy for srtp_auth_type_t[src]

impl Clone for srtp_auth_type_t[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for srtp_auth_type_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]