Struct gnu_libjit_sys::jit_constant_t
source · [−]#[repr(C)]#[repr(align(16))]pub struct jit_constant_t {
pub type_: jit_type_t,
pub __bindgen_padding_0: u64,
pub un: jit_constant_t__bindgen_ty_1,
}Fields
type_: jit_type_t__bindgen_padding_0: u64un: jit_constant_t__bindgen_ty_1Trait Implementations
sourceimpl Clone for jit_constant_t
impl Clone for jit_constant_t
sourcefn clone(&self) -> jit_constant_t
fn clone(&self) -> jit_constant_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
impl Copy for jit_constant_t
Auto Trait Implementations
impl RefUnwindSafe for jit_constant_t
impl !Send for jit_constant_t
impl !Sync for jit_constant_t
impl Unpin for jit_constant_t
impl UnwindSafe for jit_constant_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