[][src]Struct cdds_util::ddsi_sertopic_ops

#[repr(C)]pub struct ddsi_sertopic_ops {
    pub free: ddsi_sertopic_free_t,
    pub zero_samples: ddsi_sertopic_zero_samples_t,
    pub realloc_samples: ddsi_sertopic_realloc_samples_t,
    pub free_samples: ddsi_sertopic_free_samples_t,
    pub equal: ddsi_sertopic_equal_t,
    pub hash: ddsi_sertopic_hash_t,
}

Fields

free: ddsi_sertopic_free_tzero_samples: ddsi_sertopic_zero_samples_trealloc_samples: ddsi_sertopic_realloc_samples_tfree_samples: ddsi_sertopic_free_samples_tequal: ddsi_sertopic_equal_thash: ddsi_sertopic_hash_t

Trait Implementations

impl Clone for ddsi_sertopic_ops[src]

impl Copy for ddsi_sertopic_ops[src]

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