[][src]Struct cdds_util::InfoSRC

#[repr(C)]pub struct InfoSRC {
    pub smhdr: SubmessageHeader_t,
    pub unused: c_uint,
    pub version: nn_protocol_version_t,
    pub vendorid: nn_vendorid_t,
    pub guid_prefix: ddsi_guid_prefix_t,
}

Fields

smhdr: SubmessageHeader_tunused: c_uintversion: nn_protocol_version_tvendorid: nn_vendorid_tguid_prefix: ddsi_guid_prefix_t

Trait Implementations

impl Clone for InfoSRC[src]

impl Copy for InfoSRC[src]

Auto Trait Implementations

impl RefUnwindSafe for InfoSRC

impl Send for InfoSRC

impl Sync for InfoSRC

impl Unpin for InfoSRC

impl UnwindSafe for InfoSRC

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.