pub struct JSAutoStructuredCloneBufferWrapper {
ptr: NonNull<JSAutoStructuredCloneBuffer>,
}
Fields§
§ptr: NonNull<JSAutoStructuredCloneBuffer>
Implementations§
Source§impl JSAutoStructuredCloneBufferWrapper
impl JSAutoStructuredCloneBufferWrapper
pub unsafe fn new( scope: StructuredCloneScope, callbacks: *const JSStructuredCloneCallbacks, ) -> Self
pub fn as_raw_ptr(&self) -> *mut JSAutoStructuredCloneBuffer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSAutoStructuredCloneBufferWrapper
impl RefUnwindSafe for JSAutoStructuredCloneBufferWrapper
impl !Send for JSAutoStructuredCloneBufferWrapper
impl !Sync for JSAutoStructuredCloneBufferWrapper
impl Unpin for JSAutoStructuredCloneBufferWrapper
impl UnwindSafe for JSAutoStructuredCloneBufferWrapper
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