[][src]Struct libthemis_sys::secure_session_user_callbacks_type

#[repr(C)]pub struct secure_session_user_callbacks_type {
    pub send_data: send_protocol_data_callback,
    pub receive_data: receive_protocol_data_callback,
    pub state_changed: protocol_state_changed_callback,
    pub get_public_key_for_id: get_public_key_for_id_callback,
    pub user_data: *mut c_void,
}

Fields

send_data: send_protocol_data_callbackreceive_data: receive_protocol_data_callbackstate_changed: protocol_state_changed_callbackget_public_key_for_id: get_public_key_for_id_callbackuser_data: *mut c_void

Trait Implementations

impl Clone for secure_session_user_callbacks_type[src]

impl Copy for secure_session_user_callbacks_type[src]

impl Debug for secure_session_user_callbacks_type[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.