#[repr(C)]pub struct MarkerStack {
pub mCaptureOptions: StackCaptureOptions,
pub mOptionalChunkedBufferStorage: u64,
pub mChunkedBuffer: *mut ProfileChunkedBuffer,
}Fields§
§mCaptureOptions: StackCaptureOptions§mOptionalChunkedBufferStorage: u64§mChunkedBuffer: *mut ProfileChunkedBufferTrait 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 !RefUnwindSafe for MarkerStack
impl !Send for MarkerStack
impl !Sync for MarkerStack
impl !UnwindSafe for MarkerStack
impl Freeze for MarkerStack
impl Unpin for MarkerStack
impl UnsafeUnpin 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
impl<T> ErasedDestructor for Twhere
T: 'static,
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