#[repr(C)]pub struct ProfileBufferEntryReader {
pub mCurrentSpan: ProfileBufferEntryReader_SpanOfConstBytes,
pub mNextSpanOrEmpty: ProfileBufferEntryReader_SpanOfConstBytes,
pub mCurrentBlockIndex: ProfileBufferBlockIndex,
pub mNextBlockIndex: ProfileBufferBlockIndex,
}
Fields§
§mCurrentSpan: ProfileBufferEntryReader_SpanOfConstBytes
§mNextSpanOrEmpty: ProfileBufferEntryReader_SpanOfConstBytes
§mCurrentBlockIndex: ProfileBufferBlockIndex
§mNextBlockIndex: ProfileBufferBlockIndex
Trait Implementations§
Source§impl Debug for ProfileBufferEntryReader
impl Debug for ProfileBufferEntryReader
Source§impl PartialEq for ProfileBufferEntryReader
impl PartialEq for ProfileBufferEntryReader
impl StructuralPartialEq for ProfileBufferEntryReader
Auto Trait Implementations§
impl Freeze for ProfileBufferEntryReader
impl RefUnwindSafe for ProfileBufferEntryReader
impl Send for ProfileBufferEntryReader
impl Sync for ProfileBufferEntryReader
impl Unpin for ProfileBufferEntryReader
impl UnwindSafe for ProfileBufferEntryReader
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