Struct cyclors::ddsi_sertopic[][src]

#[repr(C)]
pub struct ddsi_sertopic { pub ops: *const ddsi_sertopic_ops, pub serdata_ops: *const ddsi_serdata_ops, pub serdata_basehash: u32, pub topickind_no_key: bool, pub name: *mut c_char, pub type_name: *mut c_char, pub gv: *mut ddsi_domaingv, pub refc: ddsrt_atomic_uint32_t, }

Fields

ops: *const ddsi_sertopic_opsserdata_ops: *const ddsi_serdata_opsserdata_basehash: u32topickind_no_key: boolname: *mut c_chartype_name: *mut c_chargv: *mut ddsi_domaingvrefc: ddsrt_atomic_uint32_t

Trait Implementations

impl Clone for ddsi_sertopic[src]

impl Copy for ddsi_sertopic[src]

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