#[repr(C)]pub struct TabSizes {
pub objects_: usize,
pub strings_: usize,
pub private_: usize,
pub other_: usize,
}
Fields§
§objects_: usize
§strings_: usize
§private_: usize
§other_: usize
Trait Implementations§
impl Copy for TabSizes
impl StructuralPartialEq for TabSizes
Auto Trait Implementations§
impl Freeze for TabSizes
impl RefUnwindSafe for TabSizes
impl Send for TabSizes
impl Sync for TabSizes
impl Unpin for TabSizes
impl UnwindSafe for TabSizes
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