#[repr(C)]pub struct InChunkPointer {
pub mChunk: *const ProfileBufferChunk,
pub mNextChunkGroup: *const ProfileBufferChunk,
pub mOffsetInChunk: InChunkPointer_Length,
}
Fields§
§mChunk: *const ProfileBufferChunk
§mNextChunkGroup: *const ProfileBufferChunk
§mOffsetInChunk: InChunkPointer_Length
Trait Implementations§
Source§impl Clone for InChunkPointer
impl Clone for InChunkPointer
Source§fn clone(&self) -> InChunkPointer
fn clone(&self) -> InChunkPointer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InChunkPointer
impl Debug for InChunkPointer
Source§impl PartialEq for InChunkPointer
impl PartialEq for InChunkPointer
impl Copy for InChunkPointer
impl StructuralPartialEq for InChunkPointer
Auto Trait Implementations§
impl Freeze for InChunkPointer
impl RefUnwindSafe for InChunkPointer
impl !Send for InChunkPointer
impl !Sync for InChunkPointer
impl Unpin for InChunkPointer
impl UnwindSafe for InChunkPointer
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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