#[repr(C)]pub struct Struct_jit_opcode_info {
pub name: *const c_char,
pub flags: c_int,
}
Fields§
§name: *const c_char
§flags: c_int
Auto Trait Implementations§
impl Freeze for Struct_jit_opcode_info
impl RefUnwindSafe for Struct_jit_opcode_info
impl !Send for Struct_jit_opcode_info
impl !Sync for Struct_jit_opcode_info
impl Unpin for Struct_jit_opcode_info
impl UnwindSafe for Struct_jit_opcode_info
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