#[repr(C)]pub struct s_Stringpool {
pub strings: *mut Offset,
pub nstrings: c_int,
pub stringspace: *mut c_char,
pub sstrings: Offset,
pub stringhashtbl: Hashtable,
pub stringhashmask: Hashval,
}Fields§
§strings: *mut Offset§nstrings: c_int§stringspace: *mut c_char§sstrings: Offset§stringhashtbl: Hashtable§stringhashmask: HashvalTrait Implementations§
Source§impl Clone for s_Stringpool
impl Clone for s_Stringpool
Source§fn clone(&self) -> s_Stringpool
fn clone(&self) -> s_Stringpool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for s_Stringpool
impl Debug for s_Stringpool
impl Copy for s_Stringpool
Auto Trait Implementations§
impl Freeze for s_Stringpool
impl RefUnwindSafe for s_Stringpool
impl !Send for s_Stringpool
impl !Sync for s_Stringpool
impl Unpin for s_Stringpool
impl UnwindSafe for s_Stringpool
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