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_Unnamed1fn ptr_value(&mut self) -> *mut *mut c_voidfn int_value(&mut self) -> *mut jit_intfn uint_value(&mut self) -> *mut jit_uintfn nint_value(&mut self) -> *mut jit_nintfn nuint_value(&mut self) -> *mut jit_nuintfn long_value(&mut self) -> *mut jit_longfn ulong_value(&mut self) -> *mut jit_ulongfn float32_value(&mut self) -> *mut jit_float32fn float64_value(&mut self) -> *mut jit_float64fn 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)