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: u16api_version_minor: u16resolver_callback: Option<unsafe extern "C" fn(name: *const c_char, address: *mut Elf32_Addr) -> bool>Trait Implementations
sourceimpl Clone for ElfApiInterface
impl Clone for ElfApiInterface
sourcefn clone(&self) -> ElfApiInterface
fn clone(&self) -> ElfApiInterface
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ElfApiInterface
impl Debug for ElfApiInterface
impl Copy for ElfApiInterface
Auto Trait Implementations
impl RefUnwindSafe for ElfApiInterface
impl Send for ElfApiInterface
impl Sync for ElfApiInterface
impl Unpin for ElfApiInterface
impl UnwindSafe for ElfApiInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more