#[repr(C)]pub struct ProfileBufferChunkManager {
pub vtable_: *const ProfileBufferChunkManager__bindgen_vtable,
}Fields§
§vtable_: *const ProfileBufferChunkManager__bindgen_vtableTrait Implementations§
Source§impl Debug for ProfileBufferChunkManager
impl Debug for ProfileBufferChunkManager
Source§impl PartialEq for ProfileBufferChunkManager
impl PartialEq for ProfileBufferChunkManager
Source§fn eq(&self, other: &ProfileBufferChunkManager) -> bool
fn eq(&self, other: &ProfileBufferChunkManager) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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