#[repr(C)]pub struct MarkerStack {
pub mCaptureOptions: StackCaptureOptions,
pub mOptionalChunkedBufferStorage: u64,
pub mChunkedBuffer: *mut ProfileChunkedBuffer,
}
Fields§
§mCaptureOptions: StackCaptureOptions
§mOptionalChunkedBufferStorage: u64
§mChunkedBuffer: *mut ProfileChunkedBuffer
Trait Implementations§
Source§impl Debug for MarkerStack
impl Debug for MarkerStack
Source§impl PartialEq for MarkerStack
impl PartialEq for MarkerStack
impl StructuralPartialEq for MarkerStack
Auto Trait Implementations§
impl Freeze for MarkerStack
impl !RefUnwindSafe for MarkerStack
impl !Send for MarkerStack
impl !Sync for MarkerStack
impl Unpin for MarkerStack
impl !UnwindSafe for MarkerStack
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