Struct gnu_libjit_sys::jit_intrinsic_descr_t
source · [−]#[repr(C)]pub struct jit_intrinsic_descr_t {
pub return_type: jit_type_t,
pub ptr_result_type: jit_type_t,
pub arg1_type: jit_type_t,
pub arg2_type: jit_type_t,
}Fields
return_type: jit_type_tptr_result_type: jit_type_targ1_type: jit_type_targ2_type: jit_type_tTrait Implementations
sourceimpl Clone for jit_intrinsic_descr_t
impl Clone for jit_intrinsic_descr_t
sourcefn clone(&self) -> jit_intrinsic_descr_t
fn clone(&self) -> jit_intrinsic_descr_t
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
sourceimpl Debug for jit_intrinsic_descr_t
impl Debug for jit_intrinsic_descr_t
impl Copy for jit_intrinsic_descr_t
Auto Trait Implementations
impl RefUnwindSafe for jit_intrinsic_descr_t
impl !Send for jit_intrinsic_descr_t
impl !Sync for jit_intrinsic_descr_t
impl Unpin for jit_intrinsic_descr_t
impl UnwindSafe for jit_intrinsic_descr_t
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