#[repr(C)]pub struct L_Hashmap {
pub nitems: i32,
pub ntogo: i32,
pub maxocc: i32,
pub hashtab: *mut *mut L_Hashitem,
pub tabsize: i32,
}Fields§
§nitems: i32§ntogo: i32§maxocc: i32§hashtab: *mut *mut L_Hashitem§tabsize: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for L_Hashmap
impl RefUnwindSafe for L_Hashmap
impl !Send for L_Hashmap
impl !Sync for L_Hashmap
impl Unpin for L_Hashmap
impl UnsafeUnpin for L_Hashmap
impl UnwindSafe for L_Hashmap
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