#[repr(C, 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_void§int_value: jit_int§uint_value: jit_uint§nint_value: jit_nint§nuint_value: jit_nuint§long_value: jit_long§ulong_value: jit_ulong§float32_value: jit_float32§float64_value: jit_float64§nfloat_value: jit_nfloatTrait Implementations§
Source§impl Clone for jit_constant_t__bindgen_ty_1
impl Clone for jit_constant_t__bindgen_ty_1
Source§fn clone(&self) -> jit_constant_t__bindgen_ty_1
fn clone(&self) -> jit_constant_t__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for jit_constant_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for jit_constant_t__bindgen_ty_1
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more