Struct libjit_sys::Union_Unnamed1
[−]
[src]
pub struct Union_Unnamed1 { pub data: [u8; 16], }
Fields
data |
pub struct Union_Unnamed1 { pub data: [u8; 16], }
data |
impl Union_Unnamed1
fn ptr_value(&mut self) -> *mut *mut c_void
fn int_value(&mut self) -> *mut jit_int
fn uint_value(&mut self) -> *mut jit_uint
fn nint_value(&mut self) -> *mut jit_nint
fn nuint_value(&mut self) -> *mut jit_nuint
fn long_value(&mut self) -> *mut jit_long
fn ulong_value(&mut self) -> *mut jit_ulong
fn float32_value(&mut self) -> *mut jit_float32
fn float64_value(&mut self) -> *mut jit_float64
fn nfloat_value(&mut self) -> *mut jit_nfloat
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)