#[repr(C, 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: u64§un: jit_constant_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for jit_constant_t
impl Clone for jit_constant_t
Source§fn clone(&self) -> jit_constant_t
fn clone(&self) -> jit_constant_t
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
Auto Trait Implementations§
impl Freeze for jit_constant_t
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§
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