Struct js::jsapi::JSStructuredCloneCallbacks [] [src]

#[repr(C)]
pub struct JSStructuredCloneCallbacks { pub read: ReadStructuredCloneOp, pub write: WriteStructuredCloneOp, pub reportError: StructuredCloneErrorOp, pub readTransfer: ReadTransferStructuredCloneOp, pub writeTransfer: TransferStructuredCloneOp, pub freeTransfer: FreeTransferStructuredCloneOp, }

Fields

Trait Implementations

impl Debug for JSStructuredCloneCallbacks
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSStructuredCloneCallbacks
[src]

impl Clone for JSStructuredCloneCallbacks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more