#[repr(C)]pub struct tbx_t {
pub conf: tbx_conf_t,
pub idx: *mut hts_idx_t,
pub dict: *mut c_void,
}
Fields§
§conf: tbx_conf_t
§idx: *mut hts_idx_t
§dict: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for tbx_t
impl RefUnwindSafe for tbx_t
impl !Send for tbx_t
impl !Sync for tbx_t
impl Unpin for tbx_t
impl UnwindSafe for tbx_t
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)