Struct flipperzero_sys::ElfApiInterface
source · #[repr(C)]pub struct ElfApiInterface {
pub api_version_major: u16,
pub api_version_minor: u16,
pub resolver_callback: Option<unsafe extern "C" fn(name: *const c_char, address: *mut Elf32_Addr) -> bool>,
}Fields§
§api_version_major: u16§api_version_minor: u16§resolver_callback: Option<unsafe extern "C" fn(name: *const c_char, address: *mut Elf32_Addr) -> bool>Trait Implementations§
source§impl Clone for ElfApiInterface
impl Clone for ElfApiInterface
source§fn clone(&self) -> ElfApiInterface
fn clone(&self) -> ElfApiInterface
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