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<(), Error>

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

impl PartialEq<IterImpl> for IterImpl

source§

fn eq(&self, other: &IterImpl) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method 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