#[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_: usizeTrait 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 UnsafeUnpin 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