dds_on_sample_lost_fn

Type Alias dds_on_sample_lost_fn 

Source
pub type dds_on_sample_lost_fn = Option<unsafe extern "C" fn(reader: dds_entity_t, status: dds_sample_lost_status_t, arg: *mut c_void)>;

Aliased Type§

pub enum dds_on_sample_lost_fn {
    None,
    Some(unsafe extern "C" fn(i32, dds_sample_lost_status, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, dds_sample_lost_status, *mut c_void))

Some value of type T.