#[repr(C)]pub struct ProfileBufferChunkManagerSingle {
pub _base: ProfileBufferChunkManager,
pub mInitialChunk: u64,
pub mReleasedChunk: u64,
pub mBufferBytes: ProfileBufferChunkManagerSingle_Length,
pub mChunkDestroyedCallback: __BindgenOpaqueArray<u64, 4usize>,
}Fields§
§_base: ProfileBufferChunkManager§mInitialChunk: u64§mReleasedChunk: u64§mBufferBytes: ProfileBufferChunkManagerSingle_Length§mChunkDestroyedCallback: __BindgenOpaqueArray<u64, 4usize>Trait Implementations§
impl StructuralPartialEq for ProfileBufferChunkManagerSingle
Auto Trait Implementations§
impl !Send for ProfileBufferChunkManagerSingle
impl !Sync for ProfileBufferChunkManagerSingle
impl Freeze for ProfileBufferChunkManagerSingle
impl RefUnwindSafe for ProfileBufferChunkManagerSingle
impl Unpin for ProfileBufferChunkManagerSingle
impl UnsafeUnpin 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
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