#[repr(C)]pub struct tm_tab_i {
pub vt: *mut tm_tab_vt,
pub inst: *mut tm_tab_o,
pub root_id: u64,
}Fields§
§vt: *mut tm_tab_vt§inst: *mut tm_tab_o§root_id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for tm_tab_i
impl RefUnwindSafe for tm_tab_i
impl !Send for tm_tab_i
impl !Sync for tm_tab_i
impl Unpin for tm_tab_i
impl UnwindSafe for tm_tab_i
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