mozjs_sys::jsapi

Type Alias JSStructuredCloneData_Iterator

Source
pub type JSStructuredCloneData_Iterator = IterImpl;

Aliased Type§

struct JSStructuredCloneData_Iterator {
    pub mSegment: usize,
    pub mData: *mut i8,
    pub mDataEnd: *mut i8,
    pub mAbsoluteOffset: usize,
}

Fields§

§mSegment: usize§mData: *mut i8§mDataEnd: *mut i8§mAbsoluteOffset: usize

Trait Implementations

Source§

impl Clone for IterImpl

Source§

fn clone(&self) -> IterImpl

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 Debug for IterImpl

Source§

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

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

impl PartialEq for IterImpl

Source§

fn eq(&self, other: &IterImpl) -> 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 Copy for IterImpl

Source§

impl StructuralPartialEq for IterImpl