#[repr(C)]pub struct StringTable {
pub hash: *mut *mut RawTString,
pub n_use: u32,
pub size: i32,
}Fields§
§hash: *mut *mut RawTString§n_use: u32§size: i32Auto Trait Implementations§
impl !Send for StringTable
impl !Sync for StringTable
impl Freeze for StringTable
impl RefUnwindSafe for StringTable
impl Unpin for StringTable
impl UnsafeUnpin for StringTable
impl UnwindSafe for StringTable
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