[][src]Struct srtp2_sys::srtp_stream_ctx_t_

#[repr(C)]
pub struct srtp_stream_ctx_t_ {
    pub ssrc: u32,
    pub session_keys: *mut srtp_session_keys_t,
    pub num_master_keys: c_uint,
    pub rtp_rdbx: srtp_rdbx_t,
    pub rtp_services: srtp_sec_serv_t,
    pub rtcp_rdb: srtp_rdb_t,
    pub rtcp_services: srtp_sec_serv_t,
    pub direction: direction_t,
    pub allow_repeat_tx: c_int,
    pub ekt: srtp_ekt_stream_t,
    pub enc_xtn_hdr: *mut c_int,
    pub enc_xtn_hdr_count: c_int,
    pub pending_roc: u32,
    pub next: *mut srtp_stream_ctx_t_,
}

Fields

ssrc: u32session_keys: *mut srtp_session_keys_tnum_master_keys: c_uintrtp_rdbx: srtp_rdbx_trtp_services: srtp_sec_serv_trtcp_rdb: srtp_rdb_trtcp_services: srtp_sec_serv_tdirection: direction_tallow_repeat_tx: c_intekt: srtp_ekt_stream_tenc_xtn_hdr: *mut c_intenc_xtn_hdr_count: c_intpending_roc: u32next: *mut srtp_stream_ctx_t_

Trait Implementations

impl Clone for srtp_stream_ctx_t_[src]

impl Copy for srtp_stream_ctx_t_[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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