#[repr(C)]pub struct ProfilingStack {
pub capacity: u32,
pub frames: u64,
pub stackPointer: u32,
}
Fields§
§capacity: u32
§frames: u64
§stackPointer: u32
Trait Implementations§
Source§impl Debug for ProfilingStack
impl Debug for ProfilingStack
Source§impl PartialEq for ProfilingStack
impl PartialEq for ProfilingStack
impl StructuralPartialEq for ProfilingStack
Auto Trait Implementations§
impl Freeze for ProfilingStack
impl RefUnwindSafe for ProfilingStack
impl Send for ProfilingStack
impl Sync for ProfilingStack
impl Unpin for ProfilingStack
impl UnwindSafe for ProfilingStack
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