#[repr(C)]pub struct ChunkedJSONWriteFunc {
pub _base: JSONWriteFunc,
pub _base_1: FailureLatch,
pub mChunkPtr: *mut i8,
pub mChunkEnd: *mut i8,
pub mChunkList: __BindgenOpaqueArray<u64, 3>,
pub mChunkLengths: __BindgenOpaqueArray<u64, 3>,
pub mFailureLatch: u64,
}
Fields§
§_base: JSONWriteFunc
§_base_1: FailureLatch
§mChunkPtr: *mut i8
§mChunkEnd: *mut i8
§mChunkList: __BindgenOpaqueArray<u64, 3>
§mChunkLengths: __BindgenOpaqueArray<u64, 3>
§mFailureLatch: u64
Trait Implementations§
Source§impl Debug for ChunkedJSONWriteFunc
impl Debug for ChunkedJSONWriteFunc
Source§impl PartialEq for ChunkedJSONWriteFunc
impl PartialEq for ChunkedJSONWriteFunc
impl StructuralPartialEq for ChunkedJSONWriteFunc
Auto Trait Implementations§
impl Freeze for ChunkedJSONWriteFunc
impl RefUnwindSafe for ChunkedJSONWriteFunc
impl !Send for ChunkedJSONWriteFunc
impl !Sync for ChunkedJSONWriteFunc
impl Unpin for ChunkedJSONWriteFunc
impl UnwindSafe for ChunkedJSONWriteFunc
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