#[repr(C)]pub struct ProfileChunkedBuffer {
pub mMutex: BaseProfilerMaybeMutex,
pub mChunkManager: *mut ProfileBufferChunkManager,
pub mOwnedChunkManager: u64,
pub mCurrentChunk: u64,
pub mNextChunks: u64,
pub mRequestedChunkHolder: RefPtr<ProfileChunkedBuffer_RequestedChunkRefCountedHolder>,
pub mNextChunkRangeStart: ProfileBufferIndex,
pub mRangeStart: u64,
pub mRangeEnd: ProfileBufferIndex,
pub mPushedBlockCount: u64,
pub mClearedBlockCount: u64,
pub mFailedPutBytes: u64,
}
Fields§
§mMutex: BaseProfilerMaybeMutex
§mChunkManager: *mut ProfileBufferChunkManager
§mOwnedChunkManager: u64
§mCurrentChunk: u64
§mNextChunks: u64
§mRequestedChunkHolder: RefPtr<ProfileChunkedBuffer_RequestedChunkRefCountedHolder>
§mNextChunkRangeStart: ProfileBufferIndex
§mRangeStart: u64
§mRangeEnd: ProfileBufferIndex
§mPushedBlockCount: u64
§mClearedBlockCount: u64
§mFailedPutBytes: u64
Trait Implementations§
Source§impl Debug for ProfileChunkedBuffer
impl Debug for ProfileChunkedBuffer
Source§impl PartialEq for ProfileChunkedBuffer
impl PartialEq for ProfileChunkedBuffer
impl StructuralPartialEq for ProfileChunkedBuffer
Auto Trait Implementations§
impl Freeze for ProfileChunkedBuffer
impl !RefUnwindSafe for ProfileChunkedBuffer
impl !Send for ProfileChunkedBuffer
impl !Sync for ProfileChunkedBuffer
impl Unpin for ProfileChunkedBuffer
impl UnwindSafe for ProfileChunkedBuffer
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