#[repr(C)]pub struct ProfileBufferChunkManager {
pub vtable_: *const ProfileBufferChunkManager__bindgen_vtable,
}
Fields§
§vtable_: *const ProfileBufferChunkManager__bindgen_vtable
Trait Implementations§
Source§impl Debug for ProfileBufferChunkManager
impl Debug for ProfileBufferChunkManager
impl StructuralPartialEq for ProfileBufferChunkManager
Auto Trait Implementations§
impl Freeze for ProfileBufferChunkManager
impl RefUnwindSafe for ProfileBufferChunkManager
impl !Send for ProfileBufferChunkManager
impl !Sync for ProfileBufferChunkManager
impl Unpin for ProfileBufferChunkManager
impl UnwindSafe for ProfileBufferChunkManager
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