mozjs_sys::jsapi

Type Alias JSJitMethodCallArgs_Base

Source
pub type JSJitMethodCallArgs_Base = __BindgenOpaqueArray<u64, 2usize>;

Aliased Type§

struct JSJitMethodCallArgs_Base(pub [u64; 2]);

Fields§

§0: [u64; 2]

Trait Implementations

Source§

impl<T: Clone + Copy, const N: usize> Clone for __BindgenOpaqueArray<T, N>

Source§

fn clone(&self) -> __BindgenOpaqueArray<T, N>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Debug + Copy, const N: usize> Debug for __BindgenOpaqueArray<T, N>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Copy + Default, const N: usize> Default for __BindgenOpaqueArray<T, N>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<T: Hash + Copy, const N: usize> Hash for __BindgenOpaqueArray<T, N>

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl<T: PartialEq + Copy, const N: usize> PartialEq for __BindgenOpaqueArray<T, N>

Source§

fn eq(&self, other: &__BindgenOpaqueArray<T, N>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<T: Copy + Copy, const N: usize> Copy for __BindgenOpaqueArray<T, N>

Source§

impl<T: Copy, const N: usize> StructuralPartialEq for __BindgenOpaqueArray<T, N>