Type Alias LegacyFileFunctionTable

Source
pub type LegacyFileFunctionTable = _LegacyFileFunctionTable;

Aliased Type§

struct LegacyFileFunctionTable {
    pub close: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>, _: *const Host)>,
    pub cleanup: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>,
    pub free: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>,
}

Fields§

§close: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>, _: *const Host)>§cleanup: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>§free: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>

Trait Implementations

Source§

impl Clone for _LegacyFileFunctionTable

Source§

fn clone(&self) -> _LegacyFileFunctionTable

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _LegacyFileFunctionTable

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _LegacyFileFunctionTable