#[repr(C)]pub struct ProfileBufferChunkManagerSingle {
pub _base: ProfileBufferChunkManager,
pub mInitialChunk: u64,
pub mReleasedChunk: u64,
pub mBufferBytes: u32,
pub mChunkDestroyedCallback: __BindgenOpaqueArray<u64, 4>,
}
Fields§
§_base: ProfileBufferChunkManager
§mInitialChunk: u64
§mReleasedChunk: u64
§mBufferBytes: u32
§mChunkDestroyedCallback: __BindgenOpaqueArray<u64, 4>
Trait Implementations§
Source§impl PartialEq for ProfileBufferChunkManagerSingle
impl PartialEq for ProfileBufferChunkManagerSingle
Source§fn eq(&self, other: &ProfileBufferChunkManagerSingle) -> bool
fn eq(&self, other: &ProfileBufferChunkManagerSingle) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ProfileBufferChunkManagerSingle
Auto Trait Implementations§
impl Freeze for ProfileBufferChunkManagerSingle
impl RefUnwindSafe for ProfileBufferChunkManagerSingle
impl !Send for ProfileBufferChunkManagerSingle
impl !Sync for ProfileBufferChunkManagerSingle
impl Unpin for ProfileBufferChunkManagerSingle
impl UnwindSafe for ProfileBufferChunkManagerSingle
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