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