#[repr(C)]pub struct TCTREE {
pub root: *mut TCTREEREC,
pub cur: *mut TCTREEREC,
pub rnum: u64,
pub msiz: u64,
pub cmp: TCCMP,
pub cmpop: *mut c_void,
}Fields§
§root: *mut TCTREEREC§cur: *mut TCTREEREC§rnum: u64§msiz: u64§cmp: TCCMP§cmpop: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for TCTREE
impl RefUnwindSafe for TCTREE
impl !Send for TCTREE
impl !Sync for TCTREE
impl Unpin for TCTREE
impl UnwindSafe for TCTREE
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