Struct librist_sys::rist_udp_config[][src]

#[repr(C)]pub struct rist_udp_config {
    pub version: c_int,
    pub address_family: c_int,
    pub initiate_conn: c_int,
    pub address: [c_char; 256],
    pub miface: [c_char; 128],
    pub physical_port: u16,
    pub prefix: [c_char; 16],
    pub rtp_timestamp: c_int,
    pub rtp_sequence: c_int,
    pub rtp: c_int,
    pub rtp_ptype: u8,
    pub stream_id: u16,
}

Fields

version: c_intaddress_family: c_intinitiate_conn: c_intaddress: [c_char; 256]miface: [c_char; 128]physical_port: u16prefix: [c_char; 16]rtp_timestamp: c_intrtp_sequence: c_intrtp: c_intrtp_ptype: u8stream_id: u16

Trait Implementations

impl Clone for rist_udp_config[src]

impl Copy for rist_udp_config[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.