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
impl Clone for _LegacyFileFunctionTable
Source§fn clone(&self) -> _LegacyFileFunctionTable
fn clone(&self) -> _LegacyFileFunctionTable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more