#[repr(C)]pub struct TCMDB {
pub mmtxs: *mut *mut c_void,
pub imtx: *mut c_void,
pub maps: *mut *mut TCMAP,
pub iter: c_int,
}Expand description
on-memory hash database
Fields§
§mmtxs: *mut *mut c_void§imtx: *mut c_void§maps: *mut *mut TCMAP§iter: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for TCMDB
impl RefUnwindSafe for TCMDB
impl !Send for TCMDB
impl !Sync for TCMDB
impl Unpin for TCMDB
impl UnwindSafe for TCMDB
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