#[repr(C)]pub struct TCNDB {
pub mmtx: *mut c_void,
pub tree: *mut TCTREE,
}Expand description
on-memory tree database
Fields§
§mmtx: *mut c_void§tree: *mut TCTREETrait Implementations§
Auto Trait Implementations§
impl Freeze for TCNDB
impl RefUnwindSafe for TCNDB
impl !Send for TCNDB
impl !Sync for TCNDB
impl Unpin for TCNDB
impl UnwindSafe for TCNDB
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