#[repr(C, align(8))]pub struct sljit_compiler {
pub _bindgen_opaque_blob: [u64; 19],
}Fields§
§_bindgen_opaque_blob: [u64; 19]Implementations§
Trait Implementations§
Source§impl Clone for sljit_compiler
impl Clone for sljit_compiler
Source§fn clone(&self) -> sljit_compiler
fn clone(&self) -> sljit_compiler
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 moreSource§impl ConstDefault for sljit_compiler
impl ConstDefault for sljit_compiler
Source§impl Debug for sljit_compiler
impl Debug for sljit_compiler
Source§impl Hash for sljit_compiler
impl Hash for sljit_compiler
impl Copy for sljit_compiler
Auto Trait Implementations§
impl Freeze for sljit_compiler
impl RefUnwindSafe for sljit_compiler
impl Send for sljit_compiler
impl Sync for sljit_compiler
impl Unpin for sljit_compiler
impl UnwindSafe for sljit_compiler
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