#[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: u64,
pub mRangeStart: u64,
pub mRangeEnd: u64,
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: u64§mRangeStart: u64§mRangeEnd: u64§mPushedBlockCount: u64§mClearedBlockCount: u64§mFailedPutBytes: u64Auto Trait Implementations§
impl Freeze for ProfileChunkedBuffer
impl !RefUnwindSafe for ProfileChunkedBuffer
impl !Send for ProfileChunkedBuffer
impl !Sync for ProfileChunkedBuffer
impl Unpin for ProfileChunkedBuffer
impl UnsafeUnpin 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