Struct librist_sys::rist_data_block[][src]

#[repr(C)]pub struct rist_data_block {
    pub payload: *const c_void,
    pub payload_len: size_t,
    pub ts_ntp: u64,
    pub virt_src_port: u16,
    pub virt_dst_port: u16,
    pub peer: *mut rist_peer,
    pub flow_id: u32,
    pub seq: u64,
    pub flags: u32,
    pub ref_: *mut rist_ref,
}

Fields

payload: *const c_voidpayload_len: size_tts_ntp: u64virt_src_port: u16virt_dst_port: u16peer: *mut rist_peerflow_id: u32seq: u64flags: u32ref_: *mut rist_ref

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, 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.