#[repr(C)]pub struct ChunkedJSONWriteFunc {
pub _base: JSONWriteFunc,
pub _base_1: FailureLatch,
pub mChunkPtr: *mut c_char,
pub mChunkEnd: *mut c_char,
pub mChunkList: __BindgenOpaqueArray<u64, 3usize>,
pub mChunkLengths: __BindgenOpaqueArray<u64, 3usize>,
pub mFailureLatch: u64,
}
Fields§
§_base: JSONWriteFunc
§_base_1: FailureLatch
§mChunkPtr: *mut c_char
§mChunkEnd: *mut c_char
§mChunkList: __BindgenOpaqueArray<u64, 3usize>
§mChunkLengths: __BindgenOpaqueArray<u64, 3usize>
§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