[][src]Struct cdds_util::nn_rsample_info

#[repr(C)]pub struct nn_rsample_info {
    pub seq: seqno_t,
    pub rst: *mut receiver_state,
    pub pwr: *mut proxy_writer,
    pub size: u32,
    pub fragsize: u32,
    pub timestamp: ddsrt_wctime_t,
    pub reception_timestamp: ddsrt_wctime_t,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub __bindgen_padding_0: [u8; 7],
}

Fields

seq: seqno_trst: *mut receiver_statepwr: *mut proxy_writersize: u32fragsize: u32timestamp: ddsrt_wctime_treception_timestamp: ddsrt_wctime_t_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>__bindgen_padding_0: [u8; 7]

Implementations

impl nn_rsample_info[src]

pub fn statusinfo(&self) -> c_uint[src]

pub fn set_statusinfo(&mut self, val: c_uint)[src]

pub fn bswap(&self) -> c_uint[src]

pub fn set_bswap(&mut self, val: c_uint)[src]

pub fn complex_qos(&self) -> c_uint[src]

pub fn set_complex_qos(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    statusinfo: c_uint,
    bswap: c_uint,
    complex_qos: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for nn_rsample_info[src]

impl Copy for nn_rsample_info[src]

impl Debug for nn_rsample_info[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.