wtap_mand_copy_func

Type Alias wtap_mand_copy_func 

Source
pub type wtap_mand_copy_func = Option<unsafe extern "C" fn(dest_block: wtap_block_t, src_block: wtap_block_t)>;

Aliased Type§

pub enum wtap_mand_copy_func {
    None,
    Some(unsafe extern "C" fn(*mut wtap_block, *mut wtap_block)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut wtap_block, *mut wtap_block))

Some value of type T.