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