#[repr(C)]
#[repr(align(16))]
pub union jit_constant_t__bindgen_ty_1 {
pub ptr_value: *mut c_void,
pub int_value: jit_int,
pub uint_value: jit_uint,
pub nint_value: jit_nint,
pub nuint_value: jit_nuint,
pub long_value: jit_long,
pub ulong_value: jit_ulong,
pub float32_value: jit_float32,
pub float64_value: jit_float64,
pub nfloat_value: jit_nfloat,
}Fields
ptr_value: *mut c_voidint_value: jit_intuint_value: jit_uintnint_value: jit_nintnuint_value: jit_nuintlong_value: jit_longulong_value: jit_ulongfloat32_value: jit_float32float64_value: jit_float64nfloat_value: jit_nfloatTrait Implementations
sourceimpl Clone for jit_constant_t__bindgen_ty_1
impl Clone for jit_constant_t__bindgen_ty_1
sourcefn clone(&self) -> jit_constant_t__bindgen_ty_1
fn clone(&self) -> jit_constant_t__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for jit_constant_t__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for jit_constant_t__bindgen_ty_1
impl !Send for jit_constant_t__bindgen_ty_1
impl !Sync for jit_constant_t__bindgen_ty_1
impl Unpin for jit_constant_t__bindgen_ty_1
impl UnwindSafe for jit_constant_t__bindgen_ty_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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