Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
e84849e3e4829062daed3a4acbbdfc1777a3b124
/
.
/
src
/
function.rs
blob: 647be6a494eaf6d423c678f30f2225cb47695e17 [
file
] [
log
] [
blame
]
use
core
::
ffi
::
c_void
;
#[
repr
(
C
)]
pub
struct
FatFunction
{
pub
trampoline
:
*
const
c_void
,
pub
ptr
:
*
const
c_void
,
}