pub type ddsi_sertype_serialize_into_t = Option<unsafe extern "C" fn(d: *const ddsi_sertype, sample: *const c_void, dst_buffer: *mut c_void, dst_size: usize) -> bool>;

Aliased Type§

enum ddsi_sertype_serialize_into_t {
    None,
    Some(unsafe extern "C" fn(_: *const ddsi_sertype, _: *const c_void, _: *mut c_void, _: usize) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const ddsi_sertype, _: *const c_void, _: *mut c_void, _: usize) -> bool)

Some value of type T.