#[repr(C)]pub struct JSStructuredCloneCallbacks {
pub read: Option<unsafe extern "C" fn(_: *mut JSContext, _: *mut JSStructuredCloneReader, _: *const CloneDataPolicy, _: u32, _: u32, _: *mut c_void) -> *mut JSObject>,
pub write: Option<unsafe extern "C" fn(_: *mut JSContext, _: *mut JSStructuredCloneWriter, _: Handle<*mut JSObject>, _: *mut bool, _: *mut c_void) -> bool>,
pub reportError: Option<unsafe extern "C" fn(_: *mut JSContext, _: u32, _: *mut c_void, _: *const i8)>,
pub readTransfer: Option<unsafe extern "C" fn(_: *mut JSContext, _: *mut JSStructuredCloneReader, _: *const CloneDataPolicy, _: u32, _: *mut c_void, _: u64, _: *mut c_void, _: MutableHandle<*mut JSObject>) -> bool>,
pub writeTransfer: Option<unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: *mut c_void, _: *mut u32, _: *mut TransferableOwnership, _: *mut *mut c_void, _: *mut u64) -> bool>,
pub freeTransfer: Option<unsafe extern "C" fn(_: u32, _: TransferableOwnership, _: *mut c_void, _: u64, _: *mut c_void)>,
pub canTransfer: Option<unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: *mut bool, _: *mut c_void) -> bool>,
pub sabCloned: Option<unsafe extern "C" fn(_: *mut JSContext, _: bool, _: *mut c_void) -> bool>,
}
Fields§
§read: Option<unsafe extern "C" fn(_: *mut JSContext, _: *mut JSStructuredCloneReader, _: *const CloneDataPolicy, _: u32, _: u32, _: *mut c_void) -> *mut JSObject>
§write: Option<unsafe extern "C" fn(_: *mut JSContext, _: *mut JSStructuredCloneWriter, _: Handle<*mut JSObject>, _: *mut bool, _: *mut c_void) -> bool>
§reportError: Option<unsafe extern "C" fn(_: *mut JSContext, _: u32, _: *mut c_void, _: *const i8)>
§readTransfer: Option<unsafe extern "C" fn(_: *mut JSContext, _: *mut JSStructuredCloneReader, _: *const CloneDataPolicy, _: u32, _: *mut c_void, _: u64, _: *mut c_void, _: MutableHandle<*mut JSObject>) -> bool>
§writeTransfer: Option<unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: *mut c_void, _: *mut u32, _: *mut TransferableOwnership, _: *mut *mut c_void, _: *mut u64) -> bool>
§freeTransfer: Option<unsafe extern "C" fn(_: u32, _: TransferableOwnership, _: *mut c_void, _: u64, _: *mut c_void)>
§canTransfer: Option<unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: *mut bool, _: *mut c_void) -> bool>
§sabCloned: Option<unsafe extern "C" fn(_: *mut JSContext, _: bool, _: *mut c_void) -> bool>
Trait Implementations§
source§impl Clone for JSStructuredCloneCallbacks
impl Clone for JSStructuredCloneCallbacks
source§fn clone(&self) -> JSStructuredCloneCallbacks
fn clone(&self) -> JSStructuredCloneCallbacks
Returns a copy 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 Debug for JSStructuredCloneCallbacks
impl Debug for JSStructuredCloneCallbacks
source§impl PartialEq for JSStructuredCloneCallbacks
impl PartialEq for JSStructuredCloneCallbacks
source§fn eq(&self, other: &JSStructuredCloneCallbacks) -> bool
fn eq(&self, other: &JSStructuredCloneCallbacks) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JSStructuredCloneCallbacks
impl StructuralPartialEq for JSStructuredCloneCallbacks
Auto Trait Implementations§
impl Freeze for JSStructuredCloneCallbacks
impl RefUnwindSafe for JSStructuredCloneCallbacks
impl Send for JSStructuredCloneCallbacks
impl Sync for JSStructuredCloneCallbacks
impl Unpin for JSStructuredCloneCallbacks
impl UnwindSafe for JSStructuredCloneCallbacks
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
source§impl<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert