#[repr(C)]pub struct ProfileBufferChunk {
pub mInternalHeader: ProfileBufferChunk_InternalHeader,
pub mBuffer: ProfileBufferChunk_Byte,
}
Fields§
§mInternalHeader: ProfileBufferChunk_InternalHeader
§mBuffer: ProfileBufferChunk_Byte
Trait Implementations§
Source§impl Debug for ProfileBufferChunk
impl Debug for ProfileBufferChunk
Source§impl PartialEq for ProfileBufferChunk
impl PartialEq for ProfileBufferChunk
impl StructuralPartialEq for ProfileBufferChunk
Auto Trait Implementations§
impl Freeze for ProfileBufferChunk
impl RefUnwindSafe for ProfileBufferChunk
impl Send for ProfileBufferChunk
impl Sync for ProfileBufferChunk
impl Unpin for ProfileBufferChunk
impl UnwindSafe for ProfileBufferChunk
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